Show / Hide Table of Contents

Class CfnRouteResponseV2

(deprecated) A CloudFormation AWS::ApiGatewayV2::RouteResponse.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnRouteResponseV2
Implements
IConstruct
Constructs.IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.GetMetadata(String)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html

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 AWS::ApiGatewayV2::RouteResponse.

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) AWS::ApiGatewayV2::RouteResponse.ApiId.

CFN_RESOURCE_TYPE_NAME

(deprecated) The CloudFormation resource type name for this resource class.

CfnProperties
ModelSelectionExpression

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

ResponseModels

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

ResponseParameters

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

RouteId

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

RouteResponseKey

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

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

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-apiid

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
CfnResource.CfnProperties
Remarks

Stability: Deprecated

ModelSelectionExpression

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

public virtual string ModelSelectionExpression { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-modelselectionexpression

ResponseModels

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

public virtual object ResponseModels { get; set; }
Property Value

System.Object

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responsemodels

ResponseParameters

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

public virtual object ResponseParameters { get; set; }
Property Value

System.Object

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-responseparameters

RouteId

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

public virtual string RouteId { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeid

RouteResponseKey

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

public virtual string RouteResponseKey { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-routeresponse.html#cfn-apigatewayv2-routeresponse-routeresponsekey

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
CfnResource.RenderProperties(IDictionary<String, Object>)
Remarks

Stability: Deprecated

Implements

IConstruct
Constructs.IConstruct
IDependable
IInspectable
Back to top Generated by DocFX