AWS::LaunchWizard::DeploymentDefinition of AWS::LaunchWizard::Deployment Resource Type
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DeploymentPatternName | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
WorkloadName | string | RequiredCreate-only |
Specifications | DeploymentSpecifications | Write-only |
Tags | Array<Tags> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | ARN of the LaunchWizard deployment |
CreatedAt | string | Timestamp of LaunchWizard deployment creation |
DeletedAt | string | Timestamp of LaunchWizard deployment deletion |
DeploymentId | string | Deployment ID of the LaunchWizard deployment |
ResourceGroup | string | Resource Group Name created for LaunchWizard deployment |
Status | string | Status of LaunchWizard deployment |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
launchwizard:CreateDeploymentlaunchwizard:GetDeploymentlaunchwizard:ListDeploymentEventslaunchwizard:ListTagsForResourcelaunchwizard:TagResourcessm:GetParameterssm:PutParameterssm:DescribeParameterslaunchwizard:GetDeploymentlaunchwizard:ListDeploymentEventslaunchwizard:ListTagsForResourcelaunchwizard:GetDeploymentlaunchwizard:DeleteDeploymentlaunchwizard:UntagResourcessm:DeleteParametersecretsmanager:DeleteSecretresource-groups:DeleteGroupcloudformation:DeleteStackcloudformation:DescribeStackslaunchwizard:GetDeploymentlaunchwizard:ListTagsForResourcelaunchwizard:TagResourcelaunchwizard:UntagResourcelaunchwizard:ListDeploymentslaunchwizard:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DeploymentPatternNameNameWorkloadName