Skip to main content

component_version

Gets an individual component_version resource

Overview

Namecomponent_version
TypeResource
Descriptioncomponent_version
Idawscc.greengrassv2.component_version

Fields

NameDatatypeDescription
arnstring
component_namestring
component_versionstring
inline_recipestring
lambda_functionobject
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
component_name,
component_version,
inline_recipe,
lambda_function,
tags
FROM awscc.greengrassv2.component_version
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the component_version resource, the following permissions are required:

Read

greengrass:DescribeComponent,
greengrass:ListTagsForResource

Update

greengrass:DescribeComponent,
greengrass:ListTagsForResource,
greengrass:TagResource,
greengrass:UntagResource

Delete

greengrass:DeleteComponent