AWS Fundamentals Logo
AWS Fundamentals
AWS::GreengrassV2::ComponentVersion

GreengrassV2 ComponentVersion

Resource for Greengrass component version.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
InlineRecipe
string
Create-onlyWrite-only
LambdaFunction
LambdaFunctionRecipeSource
Create-onlyWrite-only
Tags
object

Return Values

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

AttributeTypeDescription
Arnstring-
ComponentNamestring-
ComponentVersionstring-

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

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

Required IAM Permissions

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

create

greengrass:CreateComponentVersiongreengrass:DescribeComponentgreengrass:ListTagsForResourcegreengrass:TagResourcelambda:GetFunctions3:GetObject

read

greengrass:DescribeComponentgreengrass:ListTagsForResource

update

greengrass:DescribeComponentgreengrass:ListTagsForResourcegreengrass:TagResourcegreengrass:UntagResource

delete

greengrass:DeleteComponent

list

greengrass:ListComponentVersions

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

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

LambdaFunctionInlineRecipe

Related Resources

External Links