AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails
Specifies the authorization configuration for using an Lambda function with your AppSync GraphQL API endpoint.
Types
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
inline fun copy(block: AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder.() -> Unit = {}): AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails