GraphQlApiLambdaAuthorizerConfig

data class GraphQlApiLambdaAuthorizerConfig(val authorizerResultTtlInSeconds: Int? = null, val authorizerUri: String? = null, val identityValidationExpression: String? = null)

Constructors

Link copied to clipboard
constructor(authorizerResultTtlInSeconds: Int? = null, authorizerUri: String? = null, identityValidationExpression: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of seconds a response should be cached for.

Link copied to clipboard
val authorizerUri: String? = null

The ARN of the Lambda function to be called for authorization.

Link copied to clipboard

A regular expression for validation of tokens before the Lambda function is called.