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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConnectPeer.BgpOptionsProperty
static final class
An implementation forCfnConnectPeer.BgpOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPeerAsn
The Peer ASN of the BGP. -
builder
-