interface CfnDeploymentV2Props
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APIGateway.CfnDeploymentV2Props |
Java | software.amazon.awscdk.services.apigateway.CfnDeploymentV2Props |
Python | aws_cdk.aws_apigateway.CfnDeploymentV2Props |
TypeScript (source) | @aws-cdk/aws-apigateway » CfnDeploymentV2Props |
⚠️ Deprecated: moved to package aws-apigatewayv2
Properties for defining a AWS::ApiGatewayV2::Deployment.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigateway from '@aws-cdk/aws-apigateway';
const cfnDeploymentV2Props: apigateway.CfnDeploymentV2Props = {
apiId: 'apiId',
// the properties below are optional
description: 'description',
stageName: 'stageName',
};
Properties
| Name | Type | Description |
|---|---|---|
| api | string | AWS::ApiGatewayV2::Deployment.ApiId. |
| description? | string | AWS::ApiGatewayV2::Deployment.Description. |
| stage | string | AWS::ApiGatewayV2::Deployment.StageName. |
apiId
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
AWS::ApiGatewayV2::Deployment.ApiId.
description?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
AWS::ApiGatewayV2::Deployment.Description.
stageName?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
AWS::ApiGatewayV2::Deployment.StageName.

.NET
Java
Python
TypeScript (