Get Route Result
Constructors
Properties
Specifies whether an API key is required for the route. Supported only for WebSocket APIs.
The authorization scopes supported by this route.
The authorization type for the route. For WebSocket APIs, valid values are `NONE`
for open access, `AWS_IAM`
for using AWS IAM permissions, and `CUSTOM`
for using a Lambda authorizer. For HTTP APIs, valid values are `NONE`
for open access, `JWT`
for using JSON Web Tokens, `AWS_IAM`
for using AWS IAM permissions, and `CUSTOM`
for using a Lambda authorizer.
The model selection expression for the route. Supported only for WebSocket APIs.
The operation name for the route.
The request models for the route. Supported only for WebSocket APIs. Search the CloudFormation User Guide for AWS::ApiGatewayV2::Route
for more information about the expected schema for this property.
The route response selection expression for the route. Supported only for WebSocket APIs.