dataapigatewayv2api

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 CorsConfiguration

type CorsConfiguration struct{}

type CorsConfigurationAttributes

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

func (CorsConfigurationAttributes) AllowCredentials

func (cc CorsConfigurationAttributes) AllowCredentials() terra.BoolValue

func (CorsConfigurationAttributes) AllowHeaders

func (CorsConfigurationAttributes) AllowMethods

func (CorsConfigurationAttributes) AllowOrigins

func (CorsConfigurationAttributes) ExposeHeaders

func (CorsConfigurationAttributes) InternalRef

func (cc CorsConfigurationAttributes) InternalRef() (terra.Reference, error)

func (CorsConfigurationAttributes) InternalTokens

func (cc CorsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CorsConfigurationAttributes) InternalWithRef

func (CorsConfigurationAttributes) MaxAge

type CorsConfigurationState

type CorsConfigurationState struct {
	AllowCredentials bool     `json:"allow_credentials"`
	AllowHeaders     []string `json:"allow_headers"`
	AllowMethods     []string `json:"allow_methods"`
	AllowOrigins     []string `json:"allow_origins"`
	ExposeHeaders    []string `json:"expose_headers"`
	MaxAge           float64  `json:"max_age"`
}

Jump to

Keyboard shortcuts

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