AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails

Specifies the authorization configuration for using an Lambda function with your AppSync GraphQL API endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of seconds a response should be cached for. The default is 5 minutes (300 seconds).

Link copied to clipboard

The Amazon Resource Name (ARN) of the Lambda function to be called for authorization. This can be a standard Lambda ARN, a version ARN (.../v3), or an alias ARN.

Link copied to clipboard

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String