Documentation ¶
Index ¶
- type AccessLogs
- type AccessLogsAttributes
- func (al AccessLogsAttributes) Bucket() terra.StringValue
- func (al AccessLogsAttributes) Enabled() terra.BoolValue
- func (al AccessLogsAttributes) InternalRef() (terra.Reference, error)
- func (al AccessLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (al AccessLogsAttributes) InternalWithRef(ref terra.Reference) AccessLogsAttributes
- func (al AccessLogsAttributes) Prefix() terra.StringValue
- type AccessLogsState
- type SubnetMapping
- type SubnetMappingAttributes
- func (sm SubnetMappingAttributes) AllocationId() terra.StringValue
- func (sm SubnetMappingAttributes) InternalRef() (terra.Reference, error)
- func (sm SubnetMappingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sm SubnetMappingAttributes) InternalWithRef(ref terra.Reference) SubnetMappingAttributes
- func (sm SubnetMappingAttributes) Ipv6Address() terra.StringValue
- func (sm SubnetMappingAttributes) OutpostId() terra.StringValue
- func (sm SubnetMappingAttributes) PrivateIpv4Address() terra.StringValue
- func (sm SubnetMappingAttributes) SubnetId() terra.StringValue
- type SubnetMappingState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessLogs ¶
type AccessLogs struct { // Bucket: string, required Bucket terra.StringValue `hcl:"bucket,attr" validate:"required"` // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // Prefix: string, optional Prefix terra.StringValue `hcl:"prefix,attr"` }
type AccessLogsAttributes ¶
type AccessLogsAttributes struct {
// contains filtered or unexported fields
}
func (AccessLogsAttributes) Bucket ¶
func (al AccessLogsAttributes) Bucket() terra.StringValue
func (AccessLogsAttributes) Enabled ¶
func (al AccessLogsAttributes) Enabled() terra.BoolValue
func (AccessLogsAttributes) InternalRef ¶
func (al AccessLogsAttributes) InternalRef() (terra.Reference, error)
func (AccessLogsAttributes) InternalTokens ¶
func (al AccessLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AccessLogsAttributes) InternalWithRef ¶
func (al AccessLogsAttributes) InternalWithRef(ref terra.Reference) AccessLogsAttributes
func (AccessLogsAttributes) Prefix ¶
func (al AccessLogsAttributes) Prefix() terra.StringValue
type AccessLogsState ¶
type SubnetMapping ¶
type SubnetMapping struct { // AllocationId: string, optional AllocationId terra.StringValue `hcl:"allocation_id,attr"` // Ipv6Address: string, optional Ipv6Address terra.StringValue `hcl:"ipv6_address,attr"` // PrivateIpv4Address: string, optional PrivateIpv4Address terra.StringValue `hcl:"private_ipv4_address,attr"` // SubnetId: string, required SubnetId terra.StringValue `hcl:"subnet_id,attr" validate:"required"` }
type SubnetMappingAttributes ¶
type SubnetMappingAttributes struct {
// contains filtered or unexported fields
}
func (SubnetMappingAttributes) AllocationId ¶
func (sm SubnetMappingAttributes) AllocationId() terra.StringValue
func (SubnetMappingAttributes) InternalRef ¶
func (sm SubnetMappingAttributes) InternalRef() (terra.Reference, error)
func (SubnetMappingAttributes) InternalTokens ¶
func (sm SubnetMappingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SubnetMappingAttributes) InternalWithRef ¶
func (sm SubnetMappingAttributes) InternalWithRef(ref terra.Reference) SubnetMappingAttributes
func (SubnetMappingAttributes) Ipv6Address ¶
func (sm SubnetMappingAttributes) Ipv6Address() terra.StringValue
func (SubnetMappingAttributes) OutpostId ¶
func (sm SubnetMappingAttributes) OutpostId() terra.StringValue
func (SubnetMappingAttributes) PrivateIpv4Address ¶
func (sm SubnetMappingAttributes) PrivateIpv4Address() terra.StringValue
func (SubnetMappingAttributes) SubnetId ¶
func (sm SubnetMappingAttributes) SubnetId() terra.StringValue
type SubnetMappingState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,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) Delete ¶
func (t TimeoutsAttributes) Delete() 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 ¶
Click to show internal directories.
Click to hide internal directories.