Documentation ¶
Index ¶
- type ConfigParameter
- type ConfigParameterAttributes
- func (cp ConfigParameterAttributes) InternalRef() (terra.Reference, error)
- func (cp ConfigParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cp ConfigParameterAttributes) InternalWithRef(ref terra.Reference) ConfigParameterAttributes
- func (cp ConfigParameterAttributes) ParameterKey() terra.StringValue
- func (cp ConfigParameterAttributes) ParameterValue() terra.StringValue
- type ConfigParameterState
- type Endpoint
- type EndpointAttributes
- func (e EndpointAttributes) Address() terra.StringValue
- func (e EndpointAttributes) InternalRef() (terra.Reference, error)
- func (e EndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e EndpointAttributes) InternalWithRef(ref terra.Reference) EndpointAttributes
- func (e EndpointAttributes) Port() terra.NumberValue
- func (e EndpointAttributes) VpcEndpoint() terra.ListValue[VpcEndpointAttributes]
- type EndpointState
- type NetworkInterface
- type NetworkInterfaceAttributes
- func (ni NetworkInterfaceAttributes) AvailabilityZone() terra.StringValue
- func (ni NetworkInterfaceAttributes) InternalRef() (terra.Reference, error)
- func (ni NetworkInterfaceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ni NetworkInterfaceAttributes) InternalWithRef(ref terra.Reference) NetworkInterfaceAttributes
- func (ni NetworkInterfaceAttributes) NetworkInterfaceId() terra.StringValue
- func (ni NetworkInterfaceAttributes) PrivateIpAddress() terra.StringValue
- func (ni NetworkInterfaceAttributes) SubnetId() terra.StringValue
- type NetworkInterfaceState
- 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
- type VpcEndpoint
- type VpcEndpointAttributes
- func (ve VpcEndpointAttributes) InternalRef() (terra.Reference, error)
- func (ve VpcEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ve VpcEndpointAttributes) InternalWithRef(ref terra.Reference) VpcEndpointAttributes
- func (ve VpcEndpointAttributes) NetworkInterface() terra.ListValue[NetworkInterfaceAttributes]
- func (ve VpcEndpointAttributes) VpcEndpointId() terra.StringValue
- func (ve VpcEndpointAttributes) VpcId() terra.StringValue
- type VpcEndpointState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigParameter ¶
type ConfigParameter struct { // ParameterKey: string, required ParameterKey terra.StringValue `hcl:"parameter_key,attr" validate:"required"` // ParameterValue: string, required ParameterValue terra.StringValue `hcl:"parameter_value,attr" validate:"required"` }
type ConfigParameterAttributes ¶
type ConfigParameterAttributes struct {
// contains filtered or unexported fields
}
func (ConfigParameterAttributes) InternalRef ¶
func (cp ConfigParameterAttributes) InternalRef() (terra.Reference, error)
func (ConfigParameterAttributes) InternalTokens ¶
func (cp ConfigParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConfigParameterAttributes) InternalWithRef ¶
func (cp ConfigParameterAttributes) InternalWithRef(ref terra.Reference) ConfigParameterAttributes
func (ConfigParameterAttributes) ParameterKey ¶
func (cp ConfigParameterAttributes) ParameterKey() terra.StringValue
func (ConfigParameterAttributes) ParameterValue ¶
func (cp ConfigParameterAttributes) ParameterValue() terra.StringValue
type ConfigParameterState ¶
type Endpoint ¶
type Endpoint struct { // VpcEndpoint: min=0 VpcEndpoint []VpcEndpoint `hcl:"vpc_endpoint,block" validate:"min=0"` }
type EndpointAttributes ¶
type EndpointAttributes struct {
// contains filtered or unexported fields
}
func (EndpointAttributes) Address ¶
func (e EndpointAttributes) Address() terra.StringValue
func (EndpointAttributes) InternalRef ¶
func (e EndpointAttributes) InternalRef() (terra.Reference, error)
func (EndpointAttributes) InternalTokens ¶
func (e EndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EndpointAttributes) InternalWithRef ¶
func (e EndpointAttributes) InternalWithRef(ref terra.Reference) EndpointAttributes
func (EndpointAttributes) Port ¶
func (e EndpointAttributes) Port() terra.NumberValue
func (EndpointAttributes) VpcEndpoint ¶
func (e EndpointAttributes) VpcEndpoint() terra.ListValue[VpcEndpointAttributes]
type EndpointState ¶
type EndpointState struct { Address string `json:"address"` Port float64 `json:"port"` VpcEndpoint []VpcEndpointState `json:"vpc_endpoint"` }
type NetworkInterface ¶
type NetworkInterface struct{}
type NetworkInterfaceAttributes ¶
type NetworkInterfaceAttributes struct {
// contains filtered or unexported fields
}
func (NetworkInterfaceAttributes) AvailabilityZone ¶
func (ni NetworkInterfaceAttributes) AvailabilityZone() terra.StringValue
func (NetworkInterfaceAttributes) InternalRef ¶
func (ni NetworkInterfaceAttributes) InternalRef() (terra.Reference, error)
func (NetworkInterfaceAttributes) InternalTokens ¶
func (ni NetworkInterfaceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NetworkInterfaceAttributes) InternalWithRef ¶
func (ni NetworkInterfaceAttributes) InternalWithRef(ref terra.Reference) NetworkInterfaceAttributes
func (NetworkInterfaceAttributes) NetworkInterfaceId ¶
func (ni NetworkInterfaceAttributes) NetworkInterfaceId() terra.StringValue
func (NetworkInterfaceAttributes) PrivateIpAddress ¶
func (ni NetworkInterfaceAttributes) PrivateIpAddress() terra.StringValue
func (NetworkInterfaceAttributes) SubnetId ¶
func (ni NetworkInterfaceAttributes) SubnetId() terra.StringValue
type NetworkInterfaceState ¶
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 ¶
type VpcEndpoint ¶
type VpcEndpoint struct { // NetworkInterface: min=0 NetworkInterface []NetworkInterface `hcl:"network_interface,block" validate:"min=0"` }
type VpcEndpointAttributes ¶
type VpcEndpointAttributes struct {
// contains filtered or unexported fields
}
func (VpcEndpointAttributes) InternalRef ¶
func (ve VpcEndpointAttributes) InternalRef() (terra.Reference, error)
func (VpcEndpointAttributes) InternalTokens ¶
func (ve VpcEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VpcEndpointAttributes) InternalWithRef ¶
func (ve VpcEndpointAttributes) InternalWithRef(ref terra.Reference) VpcEndpointAttributes
func (VpcEndpointAttributes) NetworkInterface ¶
func (ve VpcEndpointAttributes) NetworkInterface() terra.ListValue[NetworkInterfaceAttributes]
func (VpcEndpointAttributes) VpcEndpointId ¶
func (ve VpcEndpointAttributes) VpcEndpointId() terra.StringValue
func (VpcEndpointAttributes) VpcId ¶
func (ve VpcEndpointAttributes) VpcId() terra.StringValue
type VpcEndpointState ¶
type VpcEndpointState struct { VpcEndpointId string `json:"vpc_endpoint_id"` VpcId string `json:"vpc_id"` NetworkInterface []NetworkInterfaceState `json:"network_interface"` }
Click to show internal directories.
Click to hide internal directories.