Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

apigatewaymanagementapi_get_connection

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"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.