Table of Contents

Interface ICfnDeploymentV2Props

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll

(deprecated) Properties for defining a AWS::ApiGatewayV2::Deployment.

[Obsolete("moved to package aws-apigatewayv2")]
public interface ICfnDeploymentV2Props

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 cfnDeploymentV2Props = new CfnDeploymentV2Props {
                 ApiId = "apiId",

                 // the properties below are optional
                 Description = "description",
                 StageName = "stageName"
             };

Remarks

Properties

ApiId

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

[Obsolete]
string ApiId { get; }

Property Value

string

Remarks

Description

(deprecated) AWS::ApiGatewayV2::Deployment.Description.

[Obsolete]
string? Description { get; }

Property Value

string

Remarks

StageName

(deprecated) AWS::ApiGatewayV2::Deployment.StageName.

[Obsolete]
string? StageName { get; }

Property Value

string

Remarks