Skip to main content

software_package

Gets an individual software_package resource

Overview

Namesoftware_package
TypeResource
Descriptionsoftware_package
Idawscc.iot.software_package

Fields

NameDatatypeDescription
descriptionstring
package_arnstring
package_namestring
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
description,
package_arn,
package_name,
tags
FROM awscc.iot.software_package
WHERE data__Identifier = '<PackageName>';

Permissions

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

Read

iot:GetPackage,
iot:ListTagsForResource

Update

iot:CreatePackage,
iot:UpdatePackage,
iot:GetPackage,
iot:ListTagsForResource,
iot:TagResource,
iot:UntagResource,
iot:GetIndexingConfiguration

Delete

iot:DeletePackage,
iot:DeletePackageVersion,
iot:GetPackage,
iot:GetPackageVersion,
iot:UpdatePackage,
iot:UpdatePackageVersion,
iot:GetIndexingConfiguration,
iot:ListPackageVersions