Documentation ¶
Index ¶
- type IngressVpcConfiguration
- type IngressVpcConfigurationAttributes
- func (ivc IngressVpcConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (ivc IngressVpcConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ivc IngressVpcConfigurationAttributes) InternalWithRef(ref terra.Reference) IngressVpcConfigurationAttributes
- func (ivc IngressVpcConfigurationAttributes) VpcEndpointId() terra.StringValue
- func (ivc IngressVpcConfigurationAttributes) VpcId() terra.StringValue
- type IngressVpcConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressVpcConfiguration ¶
type IngressVpcConfiguration struct { // VpcEndpointId: string, optional VpcEndpointId terra.StringValue `hcl:"vpc_endpoint_id,attr"` // VpcId: string, optional VpcId terra.StringValue `hcl:"vpc_id,attr"` }
type IngressVpcConfigurationAttributes ¶
type IngressVpcConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (IngressVpcConfigurationAttributes) InternalRef ¶
func (ivc IngressVpcConfigurationAttributes) InternalRef() (terra.Reference, error)
func (IngressVpcConfigurationAttributes) InternalTokens ¶
func (ivc IngressVpcConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IngressVpcConfigurationAttributes) InternalWithRef ¶
func (ivc IngressVpcConfigurationAttributes) InternalWithRef(ref terra.Reference) IngressVpcConfigurationAttributes
func (IngressVpcConfigurationAttributes) VpcEndpointId ¶
func (ivc IngressVpcConfigurationAttributes) VpcEndpointId() terra.StringValue
func (IngressVpcConfigurationAttributes) VpcId ¶
func (ivc IngressVpcConfigurationAttributes) VpcId() terra.StringValue
Click to show internal directories.
Click to hide internal directories.