Table of Contents

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

Constructors

CfnRouteResponseV2Props()

public CfnRouteResponseV2Props()

Properties

ApiId

(deprecated) AWS::ApiGatewayV2::RouteResponse.ApiId.

[Obsolete]
public string ApiId { get; set; }

Property Value

string

Remarks

ModelSelectionExpression

(deprecated) AWS::ApiGatewayV2::RouteResponse.ModelSelectionExpression.

[Obsolete]
public string? ModelSelectionExpression { get; set; }

Property Value

string

Remarks

ResponseModels

(deprecated) AWS::ApiGatewayV2::RouteResponse.ResponseModels.

[Obsolete]
public object? ResponseModels { get; set; }

Property Value

object

Remarks

ResponseParameters

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

[Obsolete]
public object? ResponseParameters { get; set; }

Property Value

object

Remarks

RouteId

(deprecated) AWS::ApiGatewayV2::RouteResponse.RouteId.

[Obsolete]
public string RouteId { get; set; }

Property Value

string

Remarks

RouteResponseKey

(deprecated) AWS::ApiGatewayV2::RouteResponse.RouteResponseKey.

[Obsolete]
public string RouteResponseKey { get; set; }

Property Value

string

Remarks