AWS::ApiGatewayV2::DeploymentThe `AWS::ApiGatewayV2::Deployment` resource creates a deployment for an API.
import { CfnDeployment } from 'aws-cdk-lib/aws-apigatewayv2';Or use the module namespace:
import * as apigatewayv2 from 'aws-cdk-lib/aws-apigatewayv2';
// apigatewayv2.CfnDeploymentConfiguration passed to the constructor as CfnDeploymentProps.
apiIdRequiredstring | IApiRefThe API identifier.
descriptionOptionalstringThe description for the deployment resource.
stageNameOptionalstringThe name of an existing stage to associate with the deployment.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-apigatewayv2AWS::ApiGatewayV2::Deployment