aws.iot.list_packages
Example SQL Queries
SELECT * FROMaws.iot.list_packages;Description
Lists the software packages associated to the account.
Requires permission to access the ListPackages action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 was created. | TIMESTAMP_S |
| default_version_name The name of the default package version. | VARCHAR |
| last_modified_date The date that the package was last updated. | TIMESTAMP_S |
| package_name The name for the target software package. | VARCHAR |