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¶
apigatewaymanagementapi_get_connection(ConnectionId)
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"
  )
)
Request syntax¶
svc$get_connection(
  ConnectionId = "string"
)