Documentation ¶
Index ¶
- type SubDomain
- type SubDomainAttributes
- func (sd SubDomainAttributes) BranchName() terra.StringValue
- func (sd SubDomainAttributes) DnsRecord() terra.StringValue
- func (sd SubDomainAttributes) InternalRef() (terra.Reference, error)
- func (sd SubDomainAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sd SubDomainAttributes) InternalWithRef(ref terra.Reference) SubDomainAttributes
- func (sd SubDomainAttributes) Prefix() terra.StringValue
- func (sd SubDomainAttributes) Verified() terra.BoolValue
- type SubDomainState
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 (sd SubDomainAttributes) Prefix() terra.StringValue
func (SubDomainAttributes) Verified ¶
func (sd SubDomainAttributes) Verified() terra.BoolValue
Click to show internal directories.
Click to hide internal directories.