Class CfnIntegrationResponseV2Props
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
(deprecated) Properties for defining a AWS::ApiGatewayV2::IntegrationResponse
.
public class CfnIntegrationResponseV2Props : ICfnIntegrationResponseV2Props
- Inheritance
-
CfnIntegrationResponseV2Props
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var responseParameters;
var responseTemplates;
var cfnIntegrationResponseV2Props = new CfnIntegrationResponseV2Props {
ApiId = "apiId",
IntegrationId = "integrationId",
IntegrationResponseKey = "integrationResponseKey",
// the properties below are optional
ContentHandlingStrategy = "contentHandlingStrategy",
ResponseParameters = responseParameters,
ResponseTemplates = responseTemplates,
TemplateSelectionExpression = "templateSelectionExpression"
};
Remarks
Stability: Deprecated
ExampleMetadata: fixture=_generated
Constructors
CfnIntegrationResponseV2Props()
public CfnIntegrationResponseV2Props()
Properties
ApiId
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ApiId
.
[Obsolete]
public string ApiId { get; set; }
Property Value
Remarks
Stability: Deprecated
ContentHandlingStrategy
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy
.
[Obsolete]
public string? ContentHandlingStrategy { get; set; }
Property Value
Remarks
Stability: Deprecated
IntegrationId
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.IntegrationId
.
[Obsolete]
public string IntegrationId { get; set; }
Property Value
Remarks
Stability: Deprecated
IntegrationResponseKey
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey
.
[Obsolete]
public string IntegrationResponseKey { get; set; }
Property Value
Remarks
Stability: Deprecated
ResponseParameters
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters
.
[Obsolete]
public object? ResponseParameters { get; set; }
Property Value
Remarks
Stability: Deprecated
ResponseTemplates
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates
.
[Obsolete]
public object? ResponseTemplates { get; set; }
Property Value
Remarks
Stability: Deprecated
TemplateSelectionExpression
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression
.
[Obsolete]
public string? TemplateSelectionExpression { get; set; }