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