software_package_version
Gets an individual software_package_version
resource
Overview
Name | software_package_version |
Type | Resource |
Description | software_package_version |
Id | awscc.iot.software_package_version |
Fields
Name | Datatype | Description |
---|---|---|
attributes | object | |
description | string | |
error_reason | string | |
package_name | string | |
package_version_arn | string | |
status | string | |
tags | array | An array of key-value pairs to apply to this resource. |
version_name | string | |
region | string | AWS 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