aws.iot1click_projects.describe_placement
Example SQL Queries
SELECT * FROMaws.iot1click_projects.describe_placementWHERE"placement_name" = 'VALUE'AND "project_name" = 'VALUE';Description
Describes a placement in a project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| placement_name Required Input Column The name of the placement within a project. | VARCHAR |
| project_name Required Input Column The project containing the placement 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
| |
| placement An object describing the placement. | STRUCT( |
Show child fields
| |