apigatewayv2integration

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 ResponseParameters

type ResponseParameters struct {
	// Mappings: map of string, required
	Mappings terra.MapValue[terra.StringValue] `hcl:"mappings,attr" validate:"required"`
	// StatusCode: string, required
	StatusCode terra.StringValue `hcl:"status_code,attr" validate:"required"`
}

type ResponseParametersAttributes

type ResponseParametersAttributes struct {
	// contains filtered or unexported fields
}

func (ResponseParametersAttributes) InternalRef

func (rp ResponseParametersAttributes) InternalRef() (terra.Reference, error)

func (ResponseParametersAttributes) InternalTokens

func (rp ResponseParametersAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ResponseParametersAttributes) InternalWithRef

func (ResponseParametersAttributes) Mappings

func (ResponseParametersAttributes) StatusCode

type ResponseParametersState

type ResponseParametersState struct {
	Mappings   map[string]string `json:"mappings"`
	StatusCode string            `json:"status_code"`
}

type TlsConfig

type TlsConfig struct {
	// ServerNameToVerify: string, optional
	ServerNameToVerify terra.StringValue `hcl:"server_name_to_verify,attr"`
}

type TlsConfigAttributes

type TlsConfigAttributes struct {
	// contains filtered or unexported fields
}

func (TlsConfigAttributes) InternalRef

func (tc TlsConfigAttributes) InternalRef() (terra.Reference, error)

func (TlsConfigAttributes) InternalTokens

func (tc TlsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TlsConfigAttributes) InternalWithRef

func (tc TlsConfigAttributes) InternalWithRef(ref terra.Reference) TlsConfigAttributes

func (TlsConfigAttributes) ServerNameToVerify

func (tc TlsConfigAttributes) ServerNameToVerify() terra.StringValue

type TlsConfigState

type TlsConfigState struct {
	ServerNameToVerify string `json:"server_name_to_verify"`
}

Jump to

Keyboard shortcuts

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