aws.iotsitewise.list_projects
Example SQL Queries
SELECT * FROMaws.iotsitewise.list_projectsWHERE"portal_id" = 'VALUE';Description
Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.
Table Definition
| Column Name | Column Data Type |
|---|---|
| portal_id Required Input Column The ID of the portal. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_date The date the project was created, in Unix epoch time. | TIMESTAMP_S |
| description The project's description. | VARCHAR |
| id The ID of the project. | VARCHAR |
| last_update_date The date the project was last updated, in Unix epoch time. | TIMESTAMP_S |
| name The name of the project. | VARCHAR |