aws.panorama.describe_package_version
Example SQL Queries
SELECT * FROMaws.panorama.describe_package_versionWHERE"package_id" = 'VALUE'AND "package_version" = 'VALUE';Description
Returns information about a package version.
Table Definition
| Column Name | Column Data Type |
|---|---|
| package_id Required Input Column The version's ID. | VARCHAR |
| package_version Required Input Column The version's version. | VARCHAR |
| owner_account Input Column The account ID of the version's owner. | VARCHAR |
| patch_version Input Column The version's patch 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
| |
| is_latest_patch Whether the version is the latest available. | BOOLEAN |
| package_arn The ARN of the package. | VARCHAR |
| package_name The version's name. | VARCHAR |
| registered_time The version's registered time. | TIMESTAMP_S |
| status The version's status. | VARCHAR |
| status_description The version's status description. | VARCHAR |