Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataDnsEntryAttributes
- func (de DataDnsEntryAttributes) DomainName() terra.StringValue
- func (de DataDnsEntryAttributes) HostedZoneId() terra.StringValue
- func (de DataDnsEntryAttributes) InternalRef() (terra.Reference, error)
- func (de DataDnsEntryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (de DataDnsEntryAttributes) InternalWithRef(ref terra.Reference) DataDnsEntryAttributes
- type DataDnsEntryState
- type DataSource
- type DnsEntryAttributes
- func (de DnsEntryAttributes) DomainName() terra.StringValue
- func (de DnsEntryAttributes) HostedZoneId() terra.StringValue
- func (de DnsEntryAttributes) InternalRef() (terra.Reference, error)
- func (de DnsEntryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (de DnsEntryAttributes) InternalWithRef(ref terra.Reference) DnsEntryAttributes
- type DnsEntryState
- type Resource
- func (avs *Resource) Attributes() awsVpclatticeServiceAttributes
- func (avs *Resource) Configuration() interface{}
- func (avs *Resource) DependOn() terra.Reference
- func (avs *Resource) Dependencies() terra.Dependencies
- func (avs *Resource) ImportState(state io.Reader) error
- func (avs *Resource) LifecycleManagement() *terra.Lifecycle
- func (avs *Resource) LocalName() string
- func (avs *Resource) State() (*awsVpclatticeServiceState, bool)
- func (avs *Resource) StateMust() *awsVpclatticeServiceState
- func (avs *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AuthType: string, optional AuthType terra.StringValue `hcl:"auth_type,attr"` // CertificateArn: string, optional CertificateArn terra.StringValue `hcl:"certificate_arn,attr"` // CustomDomainName: string, optional CustomDomainName terra.StringValue `hcl:"custom_domain_name,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_vpclattice_service.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // ServiceIdentifier: string, optional ServiceIdentifier terra.StringValue `hcl:"service_identifier,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
DataArgs contains the configurations for aws_vpclattice_service.
type DataDnsEntryAttributes ¶
type DataDnsEntryAttributes struct {
// contains filtered or unexported fields
}
func (DataDnsEntryAttributes) DomainName ¶
func (de DataDnsEntryAttributes) DomainName() terra.StringValue
func (DataDnsEntryAttributes) HostedZoneId ¶
func (de DataDnsEntryAttributes) HostedZoneId() terra.StringValue
func (DataDnsEntryAttributes) InternalRef ¶
func (de DataDnsEntryAttributes) InternalRef() (terra.Reference, error)
func (DataDnsEntryAttributes) InternalTokens ¶
func (de DataDnsEntryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataDnsEntryAttributes) InternalWithRef ¶
func (de DataDnsEntryAttributes) InternalWithRef(ref terra.Reference) DataDnsEntryAttributes
type DataDnsEntryState ¶
type DataSource ¶
DataSource represents the Terraform data resource aws_vpclattice_service.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (avs *DataSource) Attributes() dataAwsVpclatticeServiceAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (avs *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (avs *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (avs *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DnsEntryAttributes ¶
type DnsEntryAttributes struct {
// contains filtered or unexported fields
}
func (DnsEntryAttributes) DomainName ¶
func (de DnsEntryAttributes) DomainName() terra.StringValue
func (DnsEntryAttributes) HostedZoneId ¶
func (de DnsEntryAttributes) HostedZoneId() terra.StringValue
func (DnsEntryAttributes) InternalRef ¶
func (de DnsEntryAttributes) InternalRef() (terra.Reference, error)
func (DnsEntryAttributes) InternalTokens ¶
func (de DnsEntryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DnsEntryAttributes) InternalWithRef ¶
func (de DnsEntryAttributes) InternalWithRef(ref terra.Reference) DnsEntryAttributes
type DnsEntryState ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_vpclattice_service.
func (*Resource) Attributes ¶
func (avs *Resource) Attributes() awsVpclatticeServiceAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avs *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avs *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue