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