Module: AWSCDK::APIGatewayv2::ContentHandling

Defined in:
api_gatewayv2/content_handling.rb

Overview

Integration content handling.

Constant Summary collapse

CONVERT_TO_BINARY =
Deprecated.
Note:

Default:

Converts a request payload from a base64-encoded string to a binary blob.

Jsii::Enum.new("aws-cdk-lib.aws_apigatewayv2.ContentHandling", "CONVERT_TO_BINARY")
CONVERT_TO_TEXT =
Deprecated.
Note:

Default:

Converts a request payload from a binary blob to a base64-encoded string.

Jsii::Enum.new("aws-cdk-lib.aws_apigatewayv2.ContentHandling", "CONVERT_TO_TEXT")