software_packages_list_only
Lists software_packages
in a region or regions, for all properties use software_packages
Overview
Name | software_packages_list_only |
Type | Resource |
Description | resource definition |
Id | aws.iot.software_packages_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | |
package_arn | string | |
package_name | string | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all software_packages
in a region.
SELECT
region,
package_name
FROM aws.iot.software_packages_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the software_packages_list_only
resource, see software_packages