aws.greengrassv2.get_connectivity_info
Example SQL Queries
SELECT * FROMaws.greengrassv2.get_connectivity_infoWHERE"thing_name" = 'VALUE';Description
Retrieves connectivity information for a Greengrass core device.
Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the IoT Greengrass discovery API, IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see Connect client devices to core devices in the IoT Greengrass Version 2 Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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
| |
| connectivity_info The connectivity information for the core device. | STRUCT( |
Show child fields
| |
| message A message about the connectivity information request. | VARCHAR |