ApiLambdaAuthorizerConfigArgs

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

A LambdaAuthorizerConfig holds configuration on how to authorize AWS AppSync API access when using the AWS_LAMBDA authorizer mode. Be aware that an AWS AppSync API may have only one Lambda authorizer configured at a time.

Constructors

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

Properties

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

Functions

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