software_packages
Retrieves a list of software_packages
in a region
Overview
Name | software_packages |
Type | Resource |
Description | software_packages |
Id | awscc.iot.software_packages |
Fields
Name | Datatype | Description |
---|---|---|
package_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
package_name
FROM awscc.iot.software_packages
WHERE region = 'us-east-1'
Permissions
To operate on the software_packages
resource, the following permissions are required:
Create
iot:CreatePackage,
iot:GetPackage,
iot:TagResource,
iot:GetIndexingConfiguration
List
iot:ListPackages