AWS Fundamentals Logo
AWS Fundamentals
AWS::GreengrassV2::Deployment

GreengrassV2 Deployment

Resource for Greengrass V2 deployment.

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

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

AttributeTypeDescription
DeploymentIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

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

create

greengrass:CreateDeploymentgreengrass:GetDeploymentgreengrass:TagResourceiot:CancelJobiot:CreateJobiot:DeleteThingShadowiot:DescribeJobiot:DescribeThing

read

greengrass:GetDeploymentiot:DescribeJobiot:DescribeThingiot:DescribeThingGroupiot:GetThingShadow

update

greengrass:GetDeploymentgreengrass:TagResourcegreengrass:UntagResourceiot:DescribeJob

delete

greengrass:DeleteDeploymentgreengrass:CancelDeploymentiot:CancelJobiot:DeleteJobiot:DescribeJob

list

greengrass:ListDeploymentsiot:DescribeJobiot:DescribeThingiot:DescribeThingGroupiot:GetThingShadow

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

ServiceGreengrassV2
Properties8
Required1
TaggingSupported
Primary IDDeploymentId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

TargetArnParentTargetArnDeploymentNameComponentsIotJobConfigurationDeploymentPolicies

Related Resources

External Links