aws.iotsitewise.describe_project
Example SQL Queries
SELECT * FROMaws.iotsitewise.describe_projectWHERE"project_id" = 'VALUE';Description
Retrieves information about a project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_id Required Input Column The ID of the project. | 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 |
| portal_id The ID of the portal that the project is in. | VARCHAR |
| project_arn The ARN of the project, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId} | VARCHAR |
| project_creation_date The date the project was created, in Unix epoch time. | TIMESTAMP_S |
| project_description The project's description. | VARCHAR |
| project_last_update_date The date the project was last updated, in Unix epoch time. | TIMESTAMP_S |
| project_name The name of the project. | VARCHAR |