aws.greengrassv2.list_component_versions
Example SQL Queries
SELECT * FROMaws.greengrassv2.list_component_versionsWHERE"arn" = 'VALUE';Description
Retrieves a paginated list of all versions for a component. Greater versions are listed first.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The ARN of the component version. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| component_name The name of the component. | VARCHAR |
| component_version The version of the component. | VARCHAR |