types
Connection
id : string
ID of the connection.
gatewayId : string
ID of the API Gateway.
identity : Identity
The information about the caller making the request to API Gateway.
connectedAt : google.protobuf.Timestamp
The timestamp at which connection was established.
lastActiveAt : google.protobuf.Timestamp
The timestamp at which connection was last accessed.
Identity
sourceIp : string
The source IP address of the caller making the request to API Gateway.
userAgent : string
The User Agent of the caller making the request to API Gateway.