class Aws::ApiGatewayV2::Types::CreateIntegrationResponseInput


@return [String]
Supported only for WebSocket APIs.
The template selection expression for the integration response.
@!attribute [rw] template_selection_expression
@return [Hash<String,String>]
template as the value.
represented as a key/value map, with a content-type as the key and a
a string-to-string map of key-value pairs. Response templates are
The collection of response templates for the integration response as
@!attribute [rw] response_templates
@return [Hash<String,String>]
prefix.
\{JSON-expression\} is a valid JSON expression without the $
is a valid and unique response header name and
integration.response.body.\{JSON-expression\}, where \{name\}
pattern of integration.response.header.\{name\} or
unique header name. The mapped non-static value must match the
method.response.header.\{name\}, where \{name\} is a valid and
body. The mapping key must match the pattern of
single quotes, or a JSON expression from the integration response
response header value, a static value enclosed within a pair of
header parameter name and the mapped value is an integration
the method response from the backend. The key is a method response
A key-value map specifying response parameters that are passed to
@!attribute [rw] response_parameters
@return [String]
The integration response key.
@!attribute [rw] integration_response_key
@return [String]
method response without modification.
through from the integration response to the route response or
If this property is not defined, the response payload will be passed
a Base64-encoded string.
CONVERT_TO_TEXT: Converts a response payload from a binary blob to
Base64-encoded string to the corresponding binary blob.
CONVERT_TO_BINARY: Converts a response payload from a
the following behaviors:
Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with
Specifies how to handle response payload content type conversions.
@!attribute [rw] content_handling_strategy
request.
Represents the input parameters for a CreateIntegrationResponse