AWSAPIGatewayRestAPITokenAuthorizer
No description
type AWSAPIGatewayRestAPITokenAuthorizer {
authType: String!
credentials: String!
resultTtlInSeconds: Int!
uri: String!
id: String!
identitySource: String!
identityValidationExpression: String!
name: String!
}
Fields
AWSAPIGatewayRestAPITokenAuthorizer.authType ● String! non-null scalar
Optional customer-defined field, used in OpenAPI imports and exports without functional impact
AWSAPIGatewayRestAPITokenAuthorizer.credentials ● String! non-null scalar
The required credentials as an IAM role for API Gateway to invoke the authorizer
AWSAPIGatewayRestAPITokenAuthorizer.resultTtlInSeconds ● Int! non-null scalar
The TTL in seconds of cached authorizer results
AWSAPIGatewayRestAPITokenAuthorizer.uri ● String! non-null scalar
The authorizer's Uniform Resource Identifier (URI)
AWSAPIGatewayRestAPITokenAuthorizer.id ● String! non-null scalar
The identifier for the authorizer resource
AWSAPIGatewayRestAPITokenAuthorizer.identitySource ● String! non-null scalar
The identity source for which authorization is requested
AWSAPIGatewayRestAPITokenAuthorizer.identityValidationExpression ● String! non-null scalar
A validation expression for the incoming identity token
AWSAPIGatewayRestAPITokenAuthorizer.name ● String! non-null scalar
The name of the authorizer