Class CfnRouteResponseV2Props
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
(deprecated) Properties for defining a AWS::ApiGatewayV2::RouteResponse
.
public class CfnRouteResponseV2Props : ICfnRouteResponseV2Props
- Inheritance
-
CfnRouteResponseV2Props
- 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 responseModels;
var responseParameters;
var cfnRouteResponseV2Props = new CfnRouteResponseV2Props {
ApiId = "apiId",
RouteId = "routeId",
RouteResponseKey = "routeResponseKey",
// the properties below are optional
ModelSelectionExpression = "modelSelectionExpression",
ResponseModels = responseModels,
ResponseParameters = responseParameters
};
Remarks
Stability: Deprecated
ExampleMetadata: fixture=_generated
Constructors
CfnRouteResponseV2Props()
public CfnRouteResponseV2Props()
Properties
ApiId
(deprecated) AWS::ApiGatewayV2::RouteResponse.ApiId
.
[Obsolete]
public string ApiId { get; set; }
Property Value
Remarks
Stability: Deprecated
ModelSelectionExpression
(deprecated) AWS::ApiGatewayV2::RouteResponse.ModelSelectionExpression
.
[Obsolete]
public string? ModelSelectionExpression { get; set; }
Property Value
Remarks
Stability: Deprecated
ResponseModels
(deprecated) AWS::ApiGatewayV2::RouteResponse.ResponseModels
.
[Obsolete]
public object? ResponseModels { get; set; }
Property Value
Remarks
Stability: Deprecated
ResponseParameters
(deprecated) AWS::ApiGatewayV2::RouteResponse.ResponseParameters
.
[Obsolete]
public object? ResponseParameters { get; set; }
Property Value
Remarks
Stability: Deprecated
RouteId
(deprecated) AWS::ApiGatewayV2::RouteResponse.RouteId
.
[Obsolete]
public string RouteId { get; set; }
Property Value
Remarks
Stability: Deprecated
RouteResponseKey
(deprecated) AWS::ApiGatewayV2::RouteResponse.RouteResponseKey
.
[Obsolete]
public string RouteResponseKey { get; set; }