Get Connection
apigatewaymanagementapi_get_connection | R Documentation |
Get information about the connection with the provided id¶
Description¶
Get information about the connection with the provided id.
Usage¶
Arguments¶
ConnectionId
[required]
Value¶
A list with the following syntax:
list(
ConnectedAt = as.POSIXct(
"2015-01-01"
),
Identity = list(
SourceIp = "string",
UserAgent = "string"
),
LastActiveAt = as.POSIXct(
"2015-01-01"
)
)