Skip to main content

software_package_version

Gets an individual software_package_version resource

Overview

Namesoftware_package_version
TypeResource
Descriptionsoftware_package_version
Idawscc.iot.software_package_version

Fields

NameDatatypeDescription
attributesobject
descriptionstring
error_reasonstring
package_namestring
package_version_arnstring
statusstring
tagsarrayAn array of key-value pairs to apply to this resource.
version_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
attributes,
description,
error_reason,
package_name,
package_version_arn,
status,
tags,
version_name
FROM awscc.iot.software_package_version
WHERE data__Identifier = '<PackageName>|<VersionName>';

Permissions

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

Read

iot:GetPackageVersion,
iot:ListTagsForResource

Update

iot:UpdatePackageVersion,
iot:GetPackageVersion,
iot:ListTagsForResource,
iot:TagResource,
iot:UntagResource,
iot:GetIndexingConfiguration

Delete

iot:DeletePackageVersion,
iot:UpdatePackageVersion,
iot:GetPackageVersion,
iot:GetIndexingConfiguration