Skip to main content

software_package_versions

Retrieves a list of software_package_versions in a region

Overview

Namesoftware_package_versions
TypeResource
Descriptionsoftware_package_versions
Idawscc.iot.software_package_versions

Fields

NameDatatypeDescription
package_namestring
version_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
package_name,
version_name
FROM awscc.iot.software_package_versions
WHERE region = 'us-east-1'

Permissions

To operate on the software_package_versions resource, the following permissions are required:

Create

iot:CreatePackageVersion,
iot:GetPackageVersion,
iot:TagResource,
iot:GetIndexingConfiguration

List

iot:ListPackageVersions