AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails

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

Contents

AuthorizerResultTtlInSeconds

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

Type: Integer

Required: No

AuthorizerUri

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.

Type: String

Pattern: .*\S.*

Required: No

IdentityValidationExpression

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

Type: String

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: