AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::LaunchWizard::Deployment

CfnDeployment

Creates 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

import { CfnDeployment } from 'aws-cdk-lib/aws-launchwizard';

Or use the module namespace:

import * as launchwizard from 'aws-cdk-lib/aws-launchwizard';
// launchwizard.CfnDeployment

Properties

Configuration passed to the constructor as CfnDeploymentProps.

deploymentPatternNameRequired
string

The name of the deployment pattern.

nameRequired
string

The name of the deployment.

workloadNameRequired
string

The name of the workload.

specificationsOptional
{ [key: string]: string } | IResolvable

The 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.

tagsOptional
CfnTag[]

Information about the tags attached to a deployment.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-launchwizard
CFN TypeAWS::LaunchWizard::Deployment
Properties5

External Links