ApiLambdaAuthorizerConfig

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

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: Int? = null, authorizerUri: String, identityValidationExpression: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard