AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetThingConnectivityData operation.
Retrieves the live connectivity status per device. If a device has never connected
to IoT Core or was disconnected for more than 1 hour before fleet indexing's thingConnectivityIndexingMode
was enabled, the response will have the connected field set to false
with no additional session details.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class GetThingConnectivityDataRequest : AmazonIoTRequest IAmazonWebServiceRequest
The GetThingConnectivityDataRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
GetThingConnectivityDataRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
IncludeSocketInformation | System.Nullable<System.Boolean> |
Gets and sets the property IncludeSocketInformation.
Specifies if socket information (sourcePort, targetPort, sourceIp, targetIp, vpcEndpointId)
should be included in the GetThingConnectivityData response. Set to |
|
ThingName | System.String |
Gets and sets the property ThingName. The name of your IoT thing. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer