Documentation ¶
Index ¶
- type EndpointConfiguration
- type EndpointConfigurationAttributes
- func (ec EndpointConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (ec EndpointConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ec EndpointConfigurationAttributes) InternalWithRef(ref terra.Reference) EndpointConfigurationAttributes
- func (ec EndpointConfigurationAttributes) Types() terra.ListValue[terra.StringValue]
- func (ec EndpointConfigurationAttributes) VpcEndpointIds() terra.SetValue[terra.StringValue]
- type EndpointConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointConfiguration ¶
type EndpointConfiguration struct { // Types: list of string, required Types terra.ListValue[terra.StringValue] `hcl:"types,attr" validate:"required"` // VpcEndpointIds: set of string, optional VpcEndpointIds terra.SetValue[terra.StringValue] `hcl:"vpc_endpoint_ids,attr"` }
type EndpointConfigurationAttributes ¶
type EndpointConfigurationAttributes struct {
// contains filtered or unexported fields
}
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
func (EndpointConfigurationAttributes) Types ¶
func (ec EndpointConfigurationAttributes) Types() terra.ListValue[terra.StringValue]
func (EndpointConfigurationAttributes) VpcEndpointIds ¶
func (ec EndpointConfigurationAttributes) VpcEndpointIds() terra.SetValue[terra.StringValue]
Click to show internal directories.
Click to hide internal directories.