Documentation ¶
Index ¶
Constants ¶
View Source
const ( ProtocolTypeUnknown string = "" ProtocolTypeREST string = "REST" ProtocolTypeHTTP string = "HTTP" ProtocolTypeWebsocket string = "WEBSOCKET" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { defsecTypes.Metadata Name defsecTypes.StringValue ProtocolType defsecTypes.StringValue Stages []Stage }
type APIGateway ¶
type APIGateway struct { APIs []API DomainNames []DomainName }
type AccessLogging ¶
type AccessLogging struct { defsecTypes.Metadata CloudwatchLogGroupARN defsecTypes.StringValue }
type DomainName ¶
type DomainName struct { defsecTypes.Metadata Name defsecTypes.StringValue SecurityPolicy defsecTypes.StringValue }
type Stage ¶
type Stage struct { defsecTypes.Metadata Name defsecTypes.StringValue AccessLogging AccessLogging }
Click to show internal directories.
Click to hide internal directories.