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]
- type EndpointConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointConfiguration ¶
type EndpointConfiguration struct{}
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]
type EndpointConfigurationState ¶
type EndpointConfigurationState struct {
Types []string `json:"types"`
}
Click to show internal directories.
Click to hide internal directories.