Documentation ¶
Index ¶
- type NetworkAccessControl
- type NetworkAccessControlAttributes
- func (nac NetworkAccessControlAttributes) InternalRef() (terra.Reference, error)
- func (nac NetworkAccessControlAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (nac NetworkAccessControlAttributes) InternalWithRef(ref terra.Reference) NetworkAccessControlAttributes
- func (nac NetworkAccessControlAttributes) PrefixListIds() terra.SetValue[terra.StringValue]
- func (nac NetworkAccessControlAttributes) VpceIds() terra.SetValue[terra.StringValue]
- type NetworkAccessControlState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- type VpcConfiguration
- type VpcConfigurationAttributes
- func (vc VpcConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (vc VpcConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vc VpcConfigurationAttributes) InternalWithRef(ref terra.Reference) VpcConfigurationAttributes
- func (vc VpcConfigurationAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
- func (vc VpcConfigurationAttributes) SubnetIds() terra.SetValue[terra.StringValue]
- type VpcConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkAccessControl ¶
type NetworkAccessControl struct { // PrefixListIds: set of string, required PrefixListIds terra.SetValue[terra.StringValue] `hcl:"prefix_list_ids,attr" validate:"required"` // VpceIds: set of string, required VpceIds terra.SetValue[terra.StringValue] `hcl:"vpce_ids,attr" validate:"required"` }
type NetworkAccessControlAttributes ¶
type NetworkAccessControlAttributes struct {
// contains filtered or unexported fields
}
func (NetworkAccessControlAttributes) InternalRef ¶
func (nac NetworkAccessControlAttributes) InternalRef() (terra.Reference, error)
func (NetworkAccessControlAttributes) InternalTokens ¶
func (nac NetworkAccessControlAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NetworkAccessControlAttributes) InternalWithRef ¶
func (nac NetworkAccessControlAttributes) InternalWithRef(ref terra.Reference) NetworkAccessControlAttributes
func (NetworkAccessControlAttributes) PrefixListIds ¶
func (nac NetworkAccessControlAttributes) PrefixListIds() terra.SetValue[terra.StringValue]
func (NetworkAccessControlAttributes) VpceIds ¶
func (nac NetworkAccessControlAttributes) VpceIds() terra.SetValue[terra.StringValue]
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
type VpcConfiguration ¶
type VpcConfiguration struct { // SecurityGroupIds: set of string, required SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,attr" validate:"required"` // SubnetIds: set of string, required SubnetIds terra.SetValue[terra.StringValue] `hcl:"subnet_ids,attr" validate:"required"` }
type VpcConfigurationAttributes ¶
type VpcConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (VpcConfigurationAttributes) InternalRef ¶
func (vc VpcConfigurationAttributes) InternalRef() (terra.Reference, error)
func (VpcConfigurationAttributes) InternalTokens ¶
func (vc VpcConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VpcConfigurationAttributes) InternalWithRef ¶
func (vc VpcConfigurationAttributes) InternalWithRef(ref terra.Reference) VpcConfigurationAttributes
func (VpcConfigurationAttributes) SecurityGroupIds ¶
func (vc VpcConfigurationAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
func (VpcConfigurationAttributes) SubnetIds ¶
func (vc VpcConfigurationAttributes) SubnetIds() terra.SetValue[terra.StringValue]
type VpcConfigurationState ¶
Click to show internal directories.
Click to hide internal directories.