aws apigatewayv2 create-route

Creates a Route for an API

Options

NameDescription
--api-id <string>The API identifier
--api-key-requiredSpecifies whether an API key is required for the route. Supported only for WebSocket APIs
--no-api-key-requiredSpecifies whether an API key is required for the route. Supported only for WebSocket APIs
--authorization-scopes <list>The authorization scopes supported by this route
--authorization-type <string>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
--authorizer-id <string>The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer
--model-selection-expression <string>The model selection expression for the route. Supported only for WebSocket APIs
--operation-name <string>The operation name for the route
--request-models <map>The request models for the route. Supported only for WebSocket APIs
--request-parameters <map>The request parameters for the route. Supported only for WebSocket APIs
--route-key <string>The route key for the route
--route-response-selection-expression <string>The route response selection expression for the route. Supported only for WebSocket APIs
--target <string>The target for the route
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command