aws.iot1click_projects.list_placements
Example SQL Queries
SELECT * FROMaws.iot1click_projects.list_placementsWHERE"project_name" = 'VALUE';Description
Lists the placement(s) of a project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_name Required Input Column The name of the project containing the placement. | 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
| |
| created_date The date when the placement was originally created, in UNIX epoch time format. | TIMESTAMP_S |
| placement_name The name of the placement being summarized. | VARCHAR |
| updated_date The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same. | TIMESTAMP_S |