projects
Retrieves a list of projects
in a region
Overview
Name | projects |
Type | Resource |
Description | projects |
Id | awscc.iotsitewise.projects |
Fields
Name | Datatype | Description |
---|---|---|
project_id | string | The ID of the project. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
project_id
FROM awscc.iotsitewise.projects
WHERE region = 'us-east-1'
Permissions
To operate on the projects
resource, the following permissions are required:
Create
iotsitewise:CreateProject,
iotsitewise:DescribeProject,
iotsitewise:ListProjectAssets,
iotsitewise:ListTagsForResource,
iotsitewise:TagResource,
iotsitewise:BatchAssociateProjectAssets
List
iotsitewise:ListProjects