aws.iot1click_projects.describe_project
Example SQL Queries
SELECT * FROMaws.iot1click_projects.describe_projectWHERE"project_name" = 'VALUE';Description
Returns an object describing a project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_name Required Input Column The name of the project to be described. | 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
| |
| project An object describing the project. | STRUCT( |
Show child fields
| |