AWS::M2::Deployment> AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see [AWS Mainframe Modernization availability change](https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html) . Creates and starts a deployment to deploy an application into a runtime environment.
import { CfnDeployment } from 'aws-cdk-lib/aws-m2';Or use the module namespace:
import * as m2 from 'aws-cdk-lib/aws-m2';
// m2.CfnDeploymentConfiguration passed to the constructor as CfnDeploymentProps.
applicationIdRequiredstringThe unique identifier of the application.
applicationVersionRequirednumberThe version of the application.
environmentIdRequiredstringThe unique identifier of the runtime environment.
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-m2AWS::M2::Deployment