Amazon API Gateway · Schema

Authorizer

AWSGatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
id string The identifier of the authorizer.
name string The name of the authorizer.
type string The authorizer type.
providerARNs array A list of the Amazon Cognito user pool ARNs.
authType string An optional customer-defined field for authorization type.
authorizerUri string The authorizer's URI. For TOKEN or REQUEST authorizers, this is the Lambda function URI.
authorizerCredentials string The credentials required for the authorizer as an IAM role ARN.
identitySource string The identity source for which authorization is requested.
identityValidationExpression string A validation expression for the incoming identity token.
authorizerResultTtlInSeconds integer The TTL in seconds of cached authorizer results. Max 3600.
View JSON Schema on GitHub