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 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 Stage ¶
type Stage struct { Metadata iacTypes.Metadata Name iacTypes.StringValue AccessLogging AccessLogging XRayTracingEnabled iacTypes.BoolValue RESTMethodSettings []RESTMethodSettings }
Click to show internal directories.
Click to hide internal directories.