Get Authorizer Result
data class GetAuthorizerResult(val arn: String, val authorizerCredentials: String, val authorizerId: String, val authorizerResultTtlInSeconds: Int, val authorizerUri: String, val id: String, val identitySource: String, val identityValidationExpression: String, val name: String, val providerArns: List<String>, val restApiId: String, val type: String)
A collection of values returned by getAuthorizer.
Properties
Link copied to clipboard
Credentials required for the authorizer.
Link copied to clipboard
Link copied to clipboard
TTL of cached authorizer results in seconds.
Link copied to clipboard
Authorizer's Uniform Resource Identifier (URI).
Link copied to clipboard
Source of the identity in an incoming request.
Link copied to clipboard
Validation expression for the incoming identity.
Link copied to clipboard
List of the Amazon Cognito user pool ARNs.