Documentation ¶
Index ¶
- type Args
- type Resource
- func (adhc *Resource) Attributes() awsDxHostedConnectionAttributes
- func (adhc *Resource) Configuration() interface{}
- func (adhc *Resource) DependOn() terra.Reference
- func (adhc *Resource) Dependencies() terra.Dependencies
- func (adhc *Resource) ImportState(state io.Reader) error
- func (adhc *Resource) LifecycleManagement() *terra.Lifecycle
- func (adhc *Resource) LocalName() string
- func (adhc *Resource) State() (*awsDxHostedConnectionState, bool)
- func (adhc *Resource) StateMust() *awsDxHostedConnectionState
- func (adhc *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Bandwidth: string, required Bandwidth terra.StringValue `hcl:"bandwidth,attr" validate:"required"` // ConnectionId: string, required ConnectionId terra.StringValue `hcl:"connection_id,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // OwnerAccountId: string, required OwnerAccountId terra.StringValue `hcl:"owner_account_id,attr" validate:"required"` // Vlan: number, required Vlan terra.NumberValue `hcl:"vlan,attr" validate:"required"` }
Args contains the configurations for aws_dx_hosted_connection.
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_hosted_connection.
func (*Resource) Attributes ¶
func (adhc *Resource) Attributes() awsDxHostedConnectionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adhc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adhc *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.