AWS::GreengrassV2::DeploymentResource for Greengrass V2 deployment.
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TargetArn | string | RequiredCreate-only |
Components | object | Create-only |
DeploymentName | string | Create-only |
DeploymentPolicies | DeploymentPolicies | Create-only |
IotJobConfiguration | DeploymentIoTJobConfiguration | Create-only |
ParentTargetArn | string | Create-only |
Tags | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DeploymentId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GreengrassV2::Deployment
Resources:
MyResource:
Type: AWS::GreengrassV2::Deployment
Properties:
TargetArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
greengrass:CreateDeploymentgreengrass:GetDeploymentgreengrass:TagResourceiot:CancelJobiot:CreateJobiot:DeleteThingShadowiot:DescribeJobiot:DescribeThinggreengrass:GetDeploymentiot:DescribeJobiot:DescribeThingiot:DescribeThingGroupiot:GetThingShadowgreengrass:GetDeploymentgreengrass:TagResourcegreengrass:UntagResourceiot:DescribeJobgreengrass:DeleteDeploymentgreengrass:CancelDeploymentiot:CancelJobiot:DeleteJobiot:DescribeJobgreengrass:ListDeploymentsiot:DescribeJobiot:DescribeThingiot:DescribeThingGroupiot:GetThingShadowOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDeploymentIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TargetArnParentTargetArnDeploymentNameComponentsIotJobConfigurationDeploymentPolicies