enableSimpleResponses

@JvmName(name = "raxibkaaqtvqpglv")
suspend fun enableSimpleResponses(value: Output<Boolean>)
@JvmName(name = "ssurfswdpauymfxc")
suspend fun enableSimpleResponses(value: Boolean?)

Parameters

value

Specifies whether a Lambda authorizer returns a response in a simple format. By default, a Lambda authorizer must return an IAM policy. 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 Lambda authorizers for HTTP APIs.