apigatewaydomainname

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (EndpointConfigurationAttributes) InternalTokens

func (ec EndpointConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EndpointConfigurationAttributes) InternalWithRef

func (EndpointConfigurationAttributes) Types

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 (MutualTlsAuthenticationAttributes) InternalTokens

func (mta MutualTlsAuthenticationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MutualTlsAuthenticationAttributes) InternalWithRef

func (MutualTlsAuthenticationAttributes) TruststoreUri

func (MutualTlsAuthenticationAttributes) TruststoreVersion

func (mta MutualTlsAuthenticationAttributes) TruststoreVersion() terra.StringValue

type MutualTlsAuthenticationState

type MutualTlsAuthenticationState struct {
	TruststoreUri     string `json:"truststore_uri"`
	TruststoreVersion string `json:"truststore_version"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL