Documentation ¶
Index ¶
- type DestinationConfiguration
- type DestinationConfigurationAttributes
- func (dc DestinationConfigurationAttributes) FromPort() terra.NumberValue
- func (dc DestinationConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (dc DestinationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dc DestinationConfigurationAttributes) InternalWithRef(ref terra.Reference) DestinationConfigurationAttributes
- func (dc DestinationConfigurationAttributes) Protocols() terra.SetValue[terra.StringValue]
- func (dc DestinationConfigurationAttributes) ToPort() terra.NumberValue
- type DestinationConfigurationState
- type EndpointConfiguration
- type EndpointConfigurationAttributes
- func (ec EndpointConfigurationAttributes) EndpointId() terra.StringValue
- func (ec EndpointConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (ec EndpointConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ec EndpointConfigurationAttributes) InternalWithRef(ref terra.Reference) EndpointConfigurationAttributes
- type EndpointConfigurationState
- 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
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationConfiguration ¶
type DestinationConfiguration struct { // FromPort: number, required FromPort terra.NumberValue `hcl:"from_port,attr" validate:"required"` // Protocols: set of string, required Protocols terra.SetValue[terra.StringValue] `hcl:"protocols,attr" validate:"required"` // ToPort: number, required ToPort terra.NumberValue `hcl:"to_port,attr" validate:"required"` }
type DestinationConfigurationAttributes ¶
type DestinationConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DestinationConfigurationAttributes) FromPort ¶
func (dc DestinationConfigurationAttributes) FromPort() terra.NumberValue
func (DestinationConfigurationAttributes) InternalRef ¶
func (dc DestinationConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DestinationConfigurationAttributes) InternalTokens ¶
func (dc DestinationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DestinationConfigurationAttributes) InternalWithRef ¶
func (dc DestinationConfigurationAttributes) InternalWithRef(ref terra.Reference) DestinationConfigurationAttributes
func (DestinationConfigurationAttributes) Protocols ¶
func (dc DestinationConfigurationAttributes) Protocols() terra.SetValue[terra.StringValue]
func (DestinationConfigurationAttributes) ToPort ¶
func (dc DestinationConfigurationAttributes) ToPort() terra.NumberValue
type EndpointConfiguration ¶
type EndpointConfiguration struct { // EndpointId: string, optional EndpointId terra.StringValue `hcl:"endpoint_id,attr"` }
type EndpointConfigurationAttributes ¶
type EndpointConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (EndpointConfigurationAttributes) EndpointId ¶
func (ec EndpointConfigurationAttributes) EndpointId() terra.StringValue
func (EndpointConfigurationAttributes) InternalRef ¶
func (ec EndpointConfigurationAttributes) InternalRef() (terra.Reference, error)
func (EndpointConfigurationAttributes) InternalTokens ¶
func (ec EndpointConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EndpointConfigurationAttributes) InternalWithRef ¶
func (ec EndpointConfigurationAttributes) InternalWithRef(ref terra.Reference) EndpointConfigurationAttributes
type EndpointConfigurationState ¶
type EndpointConfigurationState struct {
EndpointId string `json:"endpoint_id"`
}
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,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
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.