v1

package
v0.51.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const (
	AuthorizationNone             = "NONE"
	AuthorizationCustom           = "CUSTOM"
	AuthorizationIAM              = "AWS_IAM"
	AuthorizationCognitoUserPools = "COGNITO_USER_POOLS"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	Metadata  iacTypes.Metadata
	Name      iacTypes.StringValue
	Stages    []Stage
	Resources []Resource
}

type APIGateway

type APIGateway struct {
	APIs        []API
	DomainNames []DomainName
}

type AccessLogging

type AccessLogging struct {
	Metadata              iacTypes.Metadata
	CloudwatchLogGroupARN iacTypes.StringValue
}

type DomainName

type DomainName struct {
	Metadata       iacTypes.Metadata
	Name           iacTypes.StringValue
	SecurityPolicy iacTypes.StringValue
}

type Method

type Method struct {
	Metadata          iacTypes.Metadata
	HTTPMethod        iacTypes.StringValue
	AuthorizationType iacTypes.StringValue
	APIKeyRequired    iacTypes.BoolValue
}

type RESTMethodSettings

type RESTMethodSettings struct {
	Metadata           iacTypes.Metadata
	Method             iacTypes.StringValue
	CacheDataEncrypted iacTypes.BoolValue
	CacheEnabled       iacTypes.BoolValue
}

type Resource

type Resource struct {
	Metadata iacTypes.Metadata
	Methods  []Method
}

type Stage

type Stage struct {
	Metadata           iacTypes.Metadata
	Name               iacTypes.StringValue
	AccessLogging      AccessLogging
	XRayTracingEnabled iacTypes.BoolValue
	RESTMethodSettings []RESTMethodSettings
}

Jump to

Keyboard shortcuts

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