aws.iot.get_package_version
Example SQL Queries
SELECT * FROMaws.iot.get_package_versionWHERE"package_name" = 'VALUE'AND "version_name" = 'VALUE';Description
Gets information about the specified package version.
Requires permission to access the GetPackageVersion action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| package_name Required Input Column The name of the software package. | VARCHAR |
| version_name Required Input Column The name of the package 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| attributes Metadata that were added to the package version that can be used to define a package version’s configuration. | MAP(VARCHAR, VARCHAR) |
| creation_date The date when the package version was created. | TIMESTAMP_S |
| description The package version description. | VARCHAR |
| error_reason Error reason for a package version failure during creation or update. | VARCHAR |
| last_modified_date The date when the package version was last updated. | TIMESTAMP_S |
| package_version_arn The ARN for the package version. | VARCHAR |
| status The status associated to the package version. For more information, see Package version lifecycle. | VARCHAR |