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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid

Stability:

deprecated

content_handling_strategy

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy

Stability:

deprecated

integration_id

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.IntegrationId.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid

Stability:

deprecated

integration_response_key

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey

Stability:

deprecated

response_parameters

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters

Stability:

deprecated

response_templates

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates

Stability:

deprecated

template_selection_expression

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression

Stability:

deprecated