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
Attributes
-
api_id
¶ (deprecated)
AWS::ApiGatewayV2::IntegrationResponse.ApiId
.- See
- Stability
deprecated
- Return type
str
-
content_handling_strategy
¶ (deprecated)
AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
integration_id
¶ (deprecated)
AWS::ApiGatewayV2::IntegrationResponse.IntegrationId
.- See
- Stability
deprecated
- Return type
str
-
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
.- See
- Stability
deprecated
- Return type
Optional
[str
]