aws.iot1click_projects.list_projects
Example SQL Queries
SELECT * FROMaws.iot1click_projects.list_projects;Description
Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| arn The ARN of the project. | VARCHAR |
| created_date The date when the project was originally created, in UNIX epoch time format. | TIMESTAMP_S |
| project_name The name of the project being summarized. | VARCHAR |
| tags The tags (metadata key/value pairs) associated with the project. | MAP(VARCHAR, VARCHAR) |
| updated_date The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same. | TIMESTAMP_S |