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