aws.greengrass.list_resource_definition_versions
Example SQL Queries
SELECT * FROMaws.greengrass.list_resource_definition_versionsWHERE"resource_definition_id" = 'VALUE';Description
Lists the versions of a resource definition.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_definition_id Required Input Column The ID of the resource definition. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the version. | VARCHAR |
| creation_timestamp The time, in milliseconds since the epoch, when the version was created. | VARCHAR |
| id The ID of the parent definition that the version is associated with. | VARCHAR |
| version The ID of the version. | VARCHAR |