AWS::GreengrassV2::ComponentVersionResource for Greengrass component version.
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InlineRecipe | string | Create-onlyWrite-only |
LambdaFunction | LambdaFunctionRecipeSource | Create-onlyWrite-only |
Tags | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
ComponentName | string | - |
ComponentVersion | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GreengrassV2::ComponentVersion
Resources:
MyResource:
Type: AWS::GreengrassV2::ComponentVersion
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
greengrass:CreateComponentVersiongreengrass:DescribeComponentgreengrass:ListTagsForResourcegreengrass:TagResourcelambda:GetFunctions3:GetObjectgreengrass:DescribeComponentgreengrass:ListTagsForResourcegreengrass:DescribeComponentgreengrass:ListTagsForResourcegreengrass:TagResourcegreengrass:UntagResourcegreengrass:DeleteComponentgreengrass:ListComponentVersionsOur 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.
LambdaFunctionInlineRecipe