CfnIntegrationResponseV2Props
- class aws_cdk.aws_apigateway.CfnIntegrationResponseV2Props(*, api_id, integration_id, integration_response_key, content_handling_strategy=None, response_parameters=None, response_templates=None, template_selection_expression=None)
Bases:
object(deprecated) Properties for defining a
AWS::ApiGatewayV2::IntegrationResponse.- Parameters:
api_id (
str) – (deprecated)AWS::ApiGatewayV2::IntegrationResponse.ApiId.integration_id (
str) – (deprecated)AWS::ApiGatewayV2::IntegrationResponse.IntegrationId.integration_response_key (
str) – (deprecated)AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey.content_handling_strategy (
Optional[str]) – (deprecated)AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy.response_parameters (
Optional[Any]) – (deprecated)AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters.response_templates (
Optional[Any]) – (deprecated)AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates.template_selection_expression (
Optional[str]) – (deprecated)AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression.
- Deprecated:
moved to package aws-apigatewayv2
- See:
- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_apigateway as apigateway # response_parameters: Any # response_templates: Any cfn_integration_response_v2_props = apigateway.CfnIntegrationResponseV2Props( api_id="apiId", integration_id="integrationId", integration_response_key="integrationResponseKey", # the properties below are optional content_handling_strategy="contentHandlingStrategy", response_parameters=response_parameters, response_templates=response_templates, template_selection_expression="templateSelectionExpression" )
Attributes
- api_id
(deprecated)
AWS::ApiGatewayV2::IntegrationResponse.ApiId.
- content_handling_strategy
(deprecated)
AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy.
- integration_id
(deprecated)
AWS::ApiGatewayV2::IntegrationResponse.IntegrationId.
- integration_response_key
(deprecated)
AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey.
- response_parameters
(deprecated)
AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters.
- response_templates
(deprecated)
AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates.
- template_selection_expression
(deprecated)
AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression.