AWS Fundamentals Logo
AWS Fundamentals
AWS::GreengrassV2::Component

GreengrassV2 Component

Represents an AWS IoT Greengrass V2 component, which is a software module deployed to Greengrass core devices.

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ComponentName
string
Create-only
Tags
Array<object>
Create-only

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the component.

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::Component

Resources:
  MyResource:
    Type: AWS::GreengrassV2::Component
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

read

greengrass:ListComponentVersionsgreengrass:ListTagsForResource

list

greengrass:ListComponents

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
Properties3
Required0
TaggingSupported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

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

ComponentNameTags

External Links