aws.iot1click_projects.get_devices_in_placement
Example SQL Queries
SELECT * FROMaws.iot1click_projects.get_devices_in_placementWHERE"project_name" = 'VALUE'AND "placement_name" = 'VALUE';Description
Returns an object enumerating the devices in a placement.
Table Definition
| Column Name | Column Data Type |
|---|---|
| placement_name Required Input Column The name of the placement to get the devices from. | VARCHAR |
| 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
| |
| devices An object containing the devices (zero or more) within the placement. | MAP(VARCHAR, VARCHAR) |