aws.iot.list_package_versions
Example SQL Queries
SELECT * FROMaws.iot.list_package_versionsWHERE"package_name" = 'VALUE';Description
Lists the software package versions associated to the account.
Requires permission to access the ListPackageVersions action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| package_name Required Input Column The name of the associated software package. | VARCHAR |
| status Input Column The status of the package version. For more information, see Package version lifecycle. | 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 |
| creation_date The date that the package version was created. | TIMESTAMP_S |
| last_modified_date The date that the package version was last updated. | TIMESTAMP_S |
| version_name The name of the target package version. | VARCHAR |