Class CfnRouteResponseV2
(deprecated) A CloudFormation AWS::ApiGatewayV2::RouteResponse
.
Inherited Members
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.AWS.APIGateway.dll
Syntax (csharp)
public class CfnRouteResponseV2 : CfnResource, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnRouteResponseV2
Inherits CfnResource
Implements IConstruct, IDependable, IInspectable
Remarks
Stability: Deprecated
CloudformationResource: AWS::ApiGatewayV2::RouteResponse
ExampleMetadata: fixture=_generated
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 cfnRouteResponseV2 = new CfnRouteResponseV2(this, "MyCfnRouteResponseV2", new CfnRouteResponseV2Props {
ApiId = "apiId",
RouteId = "routeId",
RouteResponseKey = "routeResponseKey",
// the properties below are optional
ModelSelectionExpression = "modelSelectionExpression",
ResponseModels = responseModels,
ResponseParameters = responseParameters
});
Synopsis
Constructors
CfnRouteResponseV2(Construct, String, ICfnRouteResponseV2Props) | (deprecated) Create a new |
CfnRouteResponseV2(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnRouteResponseV2(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
ApiId | (deprecated) |
CFN_RESOURCE_TYPE_NAME | (deprecated) The CloudFormation resource type name for this resource class. |
CfnProperties | |
ModelSelectionExpression | (deprecated) |
ResponseModels | (deprecated) |
ResponseParameters | (deprecated) |
RouteId | (deprecated) |
RouteResponseKey | (deprecated) |
Methods
Inspect(TreeInspector) | (deprecated) Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnRouteResponseV2(Construct, String, ICfnRouteResponseV2Props)
(deprecated) Create a new AWS::ApiGatewayV2::RouteResponse
.
public CfnRouteResponseV2(Construct scope, string id, ICfnRouteResponseV2Props props)
Parameters
- scope Construct
- scope in which this resource is defined.
- id System.String
- scoped id of the resource.
- props ICfnRouteResponseV2Props
- resource properties.
Remarks
Stability: Deprecated
CfnRouteResponseV2(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnRouteResponseV2(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnRouteResponseV2(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnRouteResponseV2(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Properties
ApiId
(deprecated) AWS::ApiGatewayV2::RouteResponse.ApiId
.
public virtual string ApiId { get; set; }
Property Value
System.String
Remarks
CFN_RESOURCE_TYPE_NAME
(deprecated) The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
Remarks
Stability: Deprecated
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Remarks
Stability: Deprecated
ModelSelectionExpression
(deprecated) AWS::ApiGatewayV2::RouteResponse.ModelSelectionExpression
.
public virtual string ModelSelectionExpression { get; set; }
Property Value
System.String
Remarks
ResponseModels
(deprecated) AWS::ApiGatewayV2::RouteResponse.ResponseModels
.
public virtual object ResponseModels { get; set; }
Property Value
System.Object
Remarks
ResponseParameters
(deprecated) AWS::ApiGatewayV2::RouteResponse.ResponseParameters
.
public virtual object ResponseParameters { get; set; }
Property Value
System.Object
Remarks
RouteId
(deprecated) AWS::ApiGatewayV2::RouteResponse.RouteId
.
public virtual string RouteId { get; set; }
Property Value
System.String
Remarks
RouteResponseKey
(deprecated) AWS::ApiGatewayV2::RouteResponse.RouteResponseKey
.
public virtual string RouteResponseKey { get; set; }
Property Value
System.String
Remarks
Methods
Inspect(TreeInspector)
(deprecated) Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
- tree inspector to collect and process attributes.
Remarks
Stability: Deprecated
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Remarks
Stability: Deprecated