getConnection

Describes the current state of a Connection resource as specified by the identifier.

Samples


fun main() { 
   //sampleStart 
   // Get connection
val resp = interconnectClient.getConnection {
    identifier = "mcc-abc12345"
} 
   //sampleEnd
}