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
- type MutualTlsAuthentication
- type MutualTlsAuthenticationAttributes
- func (mta MutualTlsAuthenticationAttributes) InternalRef() (terra.Reference, error)
- func (mta MutualTlsAuthenticationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mta MutualTlsAuthenticationAttributes) InternalWithRef(ref terra.Reference) MutualTlsAuthenticationAttributes
- func (mta MutualTlsAuthenticationAttributes) TruststoreUri() terra.StringValue
- func (mta MutualTlsAuthenticationAttributes) TruststoreVersion() terra.StringValue
- type MutualTlsAuthenticationState
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"` }
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"`
}
type MutualTlsAuthentication ¶
type MutualTlsAuthentication struct { // TruststoreUri: string, required TruststoreUri terra.StringValue `hcl:"truststore_uri,attr" validate:"required"` // TruststoreVersion: string, optional TruststoreVersion terra.StringValue `hcl:"truststore_version,attr"` }
type MutualTlsAuthenticationAttributes ¶
type MutualTlsAuthenticationAttributes struct {
// contains filtered or unexported fields
}
func (MutualTlsAuthenticationAttributes) InternalRef ¶
func (mta MutualTlsAuthenticationAttributes) InternalRef() (terra.Reference, error)
func (MutualTlsAuthenticationAttributes) InternalTokens ¶
func (mta MutualTlsAuthenticationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MutualTlsAuthenticationAttributes) InternalWithRef ¶
func (mta MutualTlsAuthenticationAttributes) InternalWithRef(ref terra.Reference) MutualTlsAuthenticationAttributes
func (MutualTlsAuthenticationAttributes) TruststoreUri ¶
func (mta MutualTlsAuthenticationAttributes) TruststoreUri() terra.StringValue
func (MutualTlsAuthenticationAttributes) TruststoreVersion ¶
func (mta MutualTlsAuthenticationAttributes) TruststoreVersion() terra.StringValue
Click to show internal directories.
Click to hide internal directories.