aws.iot.get_package
Example SQL Queries
SELECT * FROMaws.iot.get_packageWHERE"package_name" = 'VALUE';Description
Gets information about the specified software package.
Requires permission to access the GetPackage action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| package_name Required Input Column The name of the software package. | 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 the package was created. | TIMESTAMP_S |
| default_version_name The name of the default package version. | VARCHAR |
| description The package description. | VARCHAR |
| last_modified_date The date when the package was last updated. | TIMESTAMP_S |
| package_arn The ARN for the package. | VARCHAR |