enableSimpleResponses property

bool? enableSimpleResponses
final

Specifies whether a Lambda authorizer returns a response in a simple format. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see Working with AWS Lambda authorizers for HTTP APIs

Implementation

final bool? enableSimpleResponses;