Documentation ¶
Index ¶
- type Args
- type Resource
- func (aetgpaa *Resource) Attributes() awsEc2TransitGatewayPeeringAttachmentAccepterAttributes
- func (aetgpaa *Resource) Configuration() interface{}
- func (aetgpaa *Resource) DependOn() terra.Reference
- func (aetgpaa *Resource) Dependencies() terra.Dependencies
- func (aetgpaa *Resource) ImportState(state io.Reader) error
- func (aetgpaa *Resource) LifecycleManagement() *terra.Lifecycle
- func (aetgpaa *Resource) LocalName() string
- func (aetgpaa *Resource) State() (*awsEc2TransitGatewayPeeringAttachmentAccepterState, bool)
- func (aetgpaa *Resource) StateMust() *awsEc2TransitGatewayPeeringAttachmentAccepterState
- func (aetgpaa *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,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"` // TransitGatewayAttachmentId: string, required TransitGatewayAttachmentId terra.StringValue `hcl:"transit_gateway_attachment_id,attr" validate:"required"` }
Args contains the configurations for aws_ec2_transit_gateway_peering_attachment_accepter.
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_ec2_transit_gateway_peering_attachment_accepter.
func (*Resource) Attributes ¶
func (aetgpaa *Resource) Attributes() awsEc2TransitGatewayPeeringAttachmentAccepterAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aetgpaa *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aetgpaa *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.