Skip to main content

projects

Retrieves a list of projects in a region

Overview

Nameprojects
TypeResource
Descriptionprojects
Idawscc.iotsitewise.projects

Fields

NameDatatypeDescription
project_idstringThe ID of the project.
regionstringAWS 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