GraphQlApiLambdaAuthorizerConfigArgs

data class GraphQlApiLambdaAuthorizerConfigArgs(val authorizerResultTtlInSeconds: Output<Int>? = null, val authorizerUri: Output<String>? = null, val identityValidationExpression: Output<String>? = null) : ConvertibleToJava<GraphQlApiLambdaAuthorizerConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val authorizerResultTtlInSeconds: Output<Int>? = null

The number of seconds a response should be cached for.

Link copied to clipboard
val authorizerUri: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): GraphQlApiLambdaAuthorizerConfigArgs