AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails - AWS Security Hub CSPM
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails

Specifies the authorization configuration for using an Lambda function with your AWS 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 AWS SDKs, see the following: