Amazon WorkSpaces · Example Payload

Workspaces Workspace Connection Status Example

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Workspaces Workspace Connection Status Example is an example object payload from Amazon WorkSpaces, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

WorkspaceIdConnectionStateConnectionStateCheckTimestampLastKnownUserConnectionTimestamp

Example Payload

Raw ↑
{
  "WorkspaceId": "wsid-abc123def456",
  "ConnectionState": "RUNNING",
  "ConnectionStateCheckTimestamp": "RUNNING",
  "LastKnownUserConnectionTimestamp": "example-value"
}