authorizerCredentials property

String? authorizerCredentials
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, specify null.

Implementation

final String? authorizerCredentials;