package_tags
Expands all tag keys and values for packages
in a region
Overview
Name | package_tags |
Type | Resource |
Description | Schema for Package CloudFormation Resource |
Id | aws.panorama.package_tags |
Fields
Name | Datatype | Description |
---|---|---|
package_name | string | |
package_id | string | |
arn | string | |
storage_location | object | |
created_time | integer | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all packages
in a region.
SELECT
region,
package_name,
package_id,
arn,
storage_location,
created_time,
tag_key,
tag_value
FROM aws.panorama.package_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the package_tags
resource, see packages