Interface ICfnIntegrationResponseV2Props
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
(deprecated) Properties for defining a AWS::ApiGatewayV2::IntegrationResponse
.
[Obsolete("moved to package aws-apigatewayv2")]
public interface ICfnIntegrationResponseV2Props
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
Properties
ApiId
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ApiId
.
[Obsolete]
string ApiId { get; }
Property Value
Remarks
Stability: Deprecated
ContentHandlingStrategy
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy
.
[Obsolete]
string? ContentHandlingStrategy { get; }
Property Value
Remarks
Stability: Deprecated
IntegrationId
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.IntegrationId
.
[Obsolete]
string IntegrationId { get; }
Property Value
Remarks
Stability: Deprecated
IntegrationResponseKey
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey
.
[Obsolete]
string IntegrationResponseKey { get; }
Property Value
Remarks
Stability: Deprecated
ResponseParameters
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters
.
[Obsolete]
object? ResponseParameters { get; }
Property Value
Remarks
Stability: Deprecated
ResponseTemplates
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates
.
[Obsolete]
object? ResponseTemplates { get; }
Property Value
Remarks
Stability: Deprecated
TemplateSelectionExpression
(deprecated) AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression
.
[Obsolete]
string? TemplateSelectionExpression { get; }