aws.greengrassv2.list_client_devices_associated_with_core_device
Example SQL Queries
SELECT * FROMaws.greengrassv2.list_client_devices_associated_with_core_deviceWHERE"core_device_thing_name" = 'VALUE';Description
Retrieves a paginated list of client devices that are associated with a core device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| core_device_thing_name Required Input Column The name of the core device. This is also the name of the IoT thing. | 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
| |
| association_timestamp The time that the client device was associated, expressed in ISO 8601 format. | TIMESTAMP_S |
| thing_name The name of the IoT thing that represents the associated client device. | VARCHAR |