v1

package
v0.70.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2022 License: MIT Imports: 1 Imported by: 2

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 {
	types.Metadata
	Name      types.StringValue
	Stages    []Stage
	Resources []Resource
}

type APIGateway

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

type AccessLogging

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

type DomainName

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

type Method

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

type RESTMethodSettings

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

type Resource

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

type Stage

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

Jump to

Keyboard shortcuts

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