amplifydomainassociation

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SubDomain

type SubDomain struct {
	// BranchName: string, required
	BranchName terra.StringValue `hcl:"branch_name,attr" validate:"required"`
	// Prefix: string, required
	Prefix terra.StringValue `hcl:"prefix,attr" validate:"required"`
}

type SubDomainAttributes

type SubDomainAttributes struct {
	// contains filtered or unexported fields
}

func (SubDomainAttributes) BranchName

func (sd SubDomainAttributes) BranchName() terra.StringValue

func (SubDomainAttributes) DnsRecord

func (sd SubDomainAttributes) DnsRecord() terra.StringValue

func (SubDomainAttributes) InternalRef

func (sd SubDomainAttributes) InternalRef() (terra.Reference, error)

func (SubDomainAttributes) InternalTokens

func (sd SubDomainAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SubDomainAttributes) InternalWithRef

func (sd SubDomainAttributes) InternalWithRef(ref terra.Reference) SubDomainAttributes

func (SubDomainAttributes) Prefix

func (SubDomainAttributes) Verified

func (sd SubDomainAttributes) Verified() terra.BoolValue

type SubDomainState

type SubDomainState struct {
	BranchName string `json:"branch_name"`
	DnsRecord  string `json:"dns_record"`
	Prefix     string `json:"prefix"`
	Verified   bool   `json:"verified"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL