AWS Fundamentals Logo
AWS Fundamentals
AWS::LaunchWizard::Deployment

LaunchWizard Deployment

Definition of AWS::LaunchWizard::Deployment Resource Type

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
DeploymentPatternName
string
RequiredCreate-only
Name
string
RequiredCreate-only
WorkloadName
string
RequiredCreate-only
Specifications
DeploymentSpecifications
Write-only
Tags
Array<Tags>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringARN of the LaunchWizard deployment
CreatedAtstringTimestamp of LaunchWizard deployment creation
DeletedAtstringTimestamp of LaunchWizard deployment deletion
DeploymentIdstringDeployment ID of the LaunchWizard deployment
ResourceGroupstringResource Group Name created for LaunchWizard deployment
StatusstringStatus of LaunchWizard deployment

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LaunchWizard::Deployment

Resources:
  MyResource:
    Type: AWS::LaunchWizard::Deployment
    Properties:
      DeploymentPatternName: "my-deploymentpatternname"
      Name: "my-name"
      WorkloadName: "my-workloadname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

launchwizard:CreateDeploymentlaunchwizard:GetDeploymentlaunchwizard:ListDeploymentEventslaunchwizard:ListTagsForResourcelaunchwizard:TagResourcessm:GetParameterssm:PutParameterssm:DescribeParameters

read

launchwizard:GetDeploymentlaunchwizard:ListDeploymentEventslaunchwizard:ListTagsForResource

delete

launchwizard:GetDeploymentlaunchwizard:DeleteDeploymentlaunchwizard:UntagResourcessm:DeleteParametersecretsmanager:DeleteSecretresource-groups:DeleteGroupcloudformation:DeleteStackcloudformation:DescribeStacks

update

launchwizard:GetDeploymentlaunchwizard:ListTagsForResourcelaunchwizard:TagResourcelaunchwizard:UntagResource

list

launchwizard:ListDeploymentslaunchwizard:ListTagsForResource

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

ServiceLaunchWizard
Properties11
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DeploymentPatternNameNameWorkloadName

External Links