AWS::LaunchWizard::DeploymentCreates a deployment for the given workload. Deployments created by this operation are not available in the Launch Wizard console to use the `Clone deployment` action on.
import { CfnDeployment } from 'aws-cdk-lib/aws-launchwizard';Or use the module namespace:
import * as launchwizard from 'aws-cdk-lib/aws-launchwizard';
// launchwizard.CfnDeploymentConfiguration passed to the constructor as CfnDeploymentProps.
deploymentPatternNameRequiredstringThe name of the deployment pattern.
nameRequiredstringThe name of the deployment.
workloadNameRequiredstringThe name of the workload.
specificationsOptional{ [key: string]: string } | IResolvableThe settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see [SAP deployment specifications](https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html) . To retrieve the specifications required to create a deployment for other workloads, use the [`GetWorkloadDeploymentPattern`](https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html) operation.
tagsOptionalCfnTag[]Information about the tags attached to a 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-launchwizardAWS::LaunchWizard::Deployment