Documentation ¶
Index ¶
- type Args
- type Resource
- func (avsger *Resource) Attributes() awsVpcSecurityGroupEgressRuleAttributes
- func (avsger *Resource) Configuration() interface{}
- func (avsger *Resource) DependOn() terra.Reference
- func (avsger *Resource) Dependencies() terra.Dependencies
- func (avsger *Resource) ImportState(state io.Reader) error
- func (avsger *Resource) LifecycleManagement() *terra.Lifecycle
- func (avsger *Resource) LocalName() string
- func (avsger *Resource) State() (*awsVpcSecurityGroupEgressRuleState, bool)
- func (avsger *Resource) StateMust() *awsVpcSecurityGroupEgressRuleState
- func (avsger *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CidrIpv4: string, optional CidrIpv4 terra.StringValue `hcl:"cidr_ipv4,attr"` // CidrIpv6: string, optional CidrIpv6 terra.StringValue `hcl:"cidr_ipv6,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // FromPort: number, optional FromPort terra.NumberValue `hcl:"from_port,attr"` // IpProtocol: string, required IpProtocol terra.StringValue `hcl:"ip_protocol,attr" validate:"required"` // PrefixListId: string, optional PrefixListId terra.StringValue `hcl:"prefix_list_id,attr"` // ReferencedSecurityGroupId: string, optional ReferencedSecurityGroupId terra.StringValue `hcl:"referenced_security_group_id,attr"` // SecurityGroupId: string, required SecurityGroupId terra.StringValue `hcl:"security_group_id,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // ToPort: number, optional ToPort terra.NumberValue `hcl:"to_port,attr"` }
Args contains the configurations for aws_vpc_security_group_egress_rule.
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_vpc_security_group_egress_rule.
func (*Resource) Attributes ¶
func (avsger *Resource) Attributes() awsVpcSecurityGroupEgressRuleAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avsger *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avsger *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.