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: