packages_list_only
Lists packages
in a region or regions, for all properties use packages
Overview
Name | packages_list_only |
Type | Resource |
Description | Schema for Package CloudFormation Resource |
Id | aws.panorama.packages_list_only |
Fields
Name | Datatype | Description |
---|---|---|
package_name | string | |
package_id | string | |
arn | string | |
storage_location | object | |
created_time | integer | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all packages
in a region.
SELECT
region,
package_id
FROM aws.panorama.packages_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the packages_list_only
resource, see packages