Exchange Connection Args
data class ExchangeConnectionArgs(val bgpSession: Output<BgpSessionArgs>? = null, val connectionIdentifier: Output<String>? = null, val peeringDBFacilityId: Output<Int>? = null) : ConvertibleToJava<ExchangeConnectionArgs>
The properties that define an exchange connection.
Constructors
Link copied to clipboard
constructor(bgpSession: Output<BgpSessionArgs>? = null, connectionIdentifier: Output<String>? = null, peeringDBFacilityId: Output<Int>? = null)