Documentation ¶
Index ¶
- type Args
- type Resource
- func (aea *Resource) Attributes() awsEipAssociationAttributes
- func (aea *Resource) Configuration() interface{}
- func (aea *Resource) DependOn() terra.Reference
- func (aea *Resource) Dependencies() terra.Dependencies
- func (aea *Resource) ImportState(state io.Reader) error
- func (aea *Resource) LifecycleManagement() *terra.Lifecycle
- func (aea *Resource) LocalName() string
- func (aea *Resource) State() (*awsEipAssociationState, bool)
- func (aea *Resource) StateMust() *awsEipAssociationState
- func (aea *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AllocationId: string, optional AllocationId terra.StringValue `hcl:"allocation_id,attr"` // AllowReassociation: bool, optional AllowReassociation terra.BoolValue `hcl:"allow_reassociation,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // InstanceId: string, optional InstanceId terra.StringValue `hcl:"instance_id,attr"` // NetworkInterfaceId: string, optional NetworkInterfaceId terra.StringValue `hcl:"network_interface_id,attr"` // PrivateIpAddress: string, optional PrivateIpAddress terra.StringValue `hcl:"private_ip_address,attr"` // PublicIp: string, optional PublicIp terra.StringValue `hcl:"public_ip,attr"` }
Args contains the configurations for aws_eip_association.
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_eip_association.
func (*Resource) Attributes ¶
func (aea *Resource) Attributes() awsEipAssociationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aea *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aea *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.