Skip to main content

software_packages

Retrieves a list of software_packages in a region

Overview

Namesoftware_packages
TypeResource
Descriptionsoftware_packages
Idawscc.iot.software_packages

Fields

NameDatatypeDescription
package_namestring
regionstringAWS 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