Documentation ¶
Index ¶
- type Args
- type Resource
- func (aetgmgs *Resource) Attributes() awsEc2TransitGatewayMulticastGroupSourceAttributes
- func (aetgmgs *Resource) Configuration() interface{}
- func (aetgmgs *Resource) DependOn() terra.Reference
- func (aetgmgs *Resource) Dependencies() terra.Dependencies
- func (aetgmgs *Resource) ImportState(state io.Reader) error
- func (aetgmgs *Resource) LifecycleManagement() *terra.Lifecycle
- func (aetgmgs *Resource) LocalName() string
- func (aetgmgs *Resource) State() (*awsEc2TransitGatewayMulticastGroupSourceState, bool)
- func (aetgmgs *Resource) StateMust() *awsEc2TransitGatewayMulticastGroupSourceState
- func (aetgmgs *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // GroupIpAddress: string, required GroupIpAddress terra.StringValue `hcl:"group_ip_address,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // NetworkInterfaceId: string, required NetworkInterfaceId terra.StringValue `hcl:"network_interface_id,attr" validate:"required"` // TransitGatewayMulticastDomainId: string, required TransitGatewayMulticastDomainId terra.StringValue `hcl:"transit_gateway_multicast_domain_id,attr" validate:"required"` }
Args contains the configurations for aws_ec2_transit_gateway_multicast_group_source.
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_multicast_group_source.
func (*Resource) Attributes ¶
func (aetgmgs *Resource) Attributes() awsEc2TransitGatewayMulticastGroupSourceAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aetgmgs *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aetgmgs *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.