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
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessLogs ¶
type AccessLogs struct{}
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{}
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 { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.