Documentation ¶
Index ¶
- type Ec2Config
- type Ec2ConfigAttributes
- func (ec Ec2ConfigAttributes) InternalRef() (terra.Reference, error)
- func (ec Ec2ConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ec Ec2ConfigAttributes) InternalWithRef(ref terra.Reference) Ec2ConfigAttributes
- func (ec Ec2ConfigAttributes) SecurityGroupArns() terra.SetValue[terra.StringValue]
- func (ec Ec2ConfigAttributes) SubnetArn() terra.StringValue
- type Ec2ConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ec2Config ¶
type Ec2Config struct { // SecurityGroupArns: set of string, required SecurityGroupArns terra.SetValue[terra.StringValue] `hcl:"security_group_arns,attr" validate:"required"` // SubnetArn: string, required SubnetArn terra.StringValue `hcl:"subnet_arn,attr" validate:"required"` }
type Ec2ConfigAttributes ¶
type Ec2ConfigAttributes struct {
// contains filtered or unexported fields
}
func (Ec2ConfigAttributes) InternalRef ¶
func (ec Ec2ConfigAttributes) InternalRef() (terra.Reference, error)
func (Ec2ConfigAttributes) InternalTokens ¶
func (ec Ec2ConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (Ec2ConfigAttributes) InternalWithRef ¶
func (ec Ec2ConfigAttributes) InternalWithRef(ref terra.Reference) Ec2ConfigAttributes
func (Ec2ConfigAttributes) SecurityGroupArns ¶
func (ec Ec2ConfigAttributes) SecurityGroupArns() terra.SetValue[terra.StringValue]
func (Ec2ConfigAttributes) SubnetArn ¶
func (ec Ec2ConfigAttributes) SubnetArn() terra.StringValue
type Ec2ConfigState ¶
Click to show internal directories.
Click to hide internal directories.