Interface CfnConnectPeer.BgpOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConnectPeer.BgpOptionsProperty.Jsii$Proxy
Enclosing class:
CfnConnectPeer

@Stability(Stable) public static interface CfnConnectPeer.BgpOptionsProperty extends software.amazon.jsii.JsiiSerializable
Describes the BGP options.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.networkmanager.*;
 BgpOptionsProperty bgpOptionsProperty = BgpOptionsProperty.builder()
         .peerAsn(123)
         .build();