Optional
apiIf true, an API key will be required for this route. The source for the API Key can be set at the API level and by default, the source will be the HEADER.
Optional
authorizersAuthorizers allows you to define Lambda authorizers be applied for authorization when the the route is called.
Optional
iamBy default, the route method auth type is set to NONE
. If true, the auth type will be
set to AWS_IAM
.
The path on the API that will invoke the provided [target]. If not prefixed with /
, then a
/
will be added automatically to the beginning.
Optional
requestRequest Validator specifies the validator to use at the method level. This will override anything defined at the API level.
Optional
requiredRequired Parameters to validate. If the request validator is set to ALL or PARAMS_ONLY, api gateway will validate these before sending traffic to the event handler.
Generated using TypeDoc
An apigateway route for an integration. https://docs.aws.amazon.com/apigateway/api-reference/resource/integration/ for more details.