describeConnectionProposal
abstract suspend fun describeConnectionProposal(input: DescribeConnectionProposalRequest): DescribeConnectionProposalResponse
Describes the details of a connection proposal generated at a partner's portal.
Samples
fun main() {
//sampleStart
// Describe Connection Proposal
val resp = interconnectClient.describeConnectionProposal {
activationKey = "<Activation Key Data>"
}
//sampleEnd
}