aws.panorama.describe_package
Example SQL Queries
SELECT * FROMaws.panorama.describe_packageWHERE"package_id" = 'VALUE';Description
Returns information about a package.
Table Definition
| Column Name | Column Data Type |
|---|---|
| package_id Required Input Column The package's ID. | 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
| |
| arn The package's ARN. | VARCHAR |
| created_time When the package was created. | TIMESTAMP_S |
| package_name The package's name. | VARCHAR |
| read_access_principal_arns ARNs of accounts that have read access to the package. | VARCHAR[] |
Show child fields
| |
| storage_location The package's storage location. | STRUCT( |
Show child fields
| |
| tags The package's tags. | MAP(VARCHAR, VARCHAR) |
| write_access_principal_arns ARNs of accounts that have write access to the package. | VARCHAR[] |
Show child fields
| |