project
Gets an individual project
resource
Overview
Name | project |
Type | Resource |
Description | project |
Id | awscc.iotsitewise.project |
Fields
Name | Datatype | Description |
---|---|---|
portal_id | string | The ID of the portal in which to create the project. |
project_id | string | The ID of the project. |
project_name | string | A friendly name for the project. |
project_description | string | A description for the project. |
project_arn | string | The ARN of the project. |
asset_ids | array | The IDs of the assets to be associated to the project. |
tags | array | A list of key-value pairs that contain metadata for the project. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
portal_id,
project_id,
project_name,
project_description,
project_arn,
asset_ids,
tags
FROM awscc.iotsitewise.project
WHERE data__Identifier = '<ProjectId>';
Permissions
To operate on the project
resource, the following permissions are required:
Read
iotsitewise:DescribeProject,
iotsitewise:ListTagsForResource,
iotsitewise:ListProjectAssets
Update
iotsitewise:DescribeProject,
iotsitewise:UpdateProject,
iotsitewise:BatchAssociateProjectAssets,
iotsitewise:BatchDisAssociateProjectAssets,
iotsitewise:ListProjectAssets,
iotsitewise:TagResource,
iotsitewise:UntagResource,
iotsitewise:ListTagsForResource
Delete
iotsitewise:DescribeProject,
iotsitewise:DeleteProject