Documentation ¶
Index ¶
- type Args
- type Resource
- func (adl *Resource) Attributes() awsDxLagAttributes
- func (adl *Resource) Configuration() interface{}
- func (adl *Resource) DependOn() terra.Reference
- func (adl *Resource) Dependencies() terra.Dependencies
- func (adl *Resource) ImportState(state io.Reader) error
- func (adl *Resource) LifecycleManagement() *terra.Lifecycle
- func (adl *Resource) LocalName() string
- func (adl *Resource) State() (*awsDxLagState, bool)
- func (adl *Resource) StateMust() *awsDxLagState
- func (adl *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ConnectionId: string, optional ConnectionId terra.StringValue `hcl:"connection_id,attr"` // ConnectionsBandwidth: string, required ConnectionsBandwidth terra.StringValue `hcl:"connections_bandwidth,attr" validate:"required"` // ForceDestroy: bool, optional ForceDestroy terra.BoolValue `hcl:"force_destroy,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ProviderName: string, optional ProviderName terra.StringValue `hcl:"provider_name,attr"` // 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"` }
Args contains the configurations for aws_dx_lag.
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_dx_lag.
func (*Resource) Attributes ¶
func (adl *Resource) Attributes() awsDxLagAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adl *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adl *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.
Click to show internal directories.
Click to hide internal directories.