authorizerCredentialsArn property

String? authorizerCredentialsArn
final

Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.

Implementation

final String? authorizerCredentialsArn;