Interface CfnPublicVirtualInterfacePropsMixin.BgpPeerProperty

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

@Stability(Stable) public static interface CfnPublicVirtualInterfacePropsMixin.BgpPeerProperty extends software.amazon.jsii.JsiiSerializable
Information about a BGP peer.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.directconnect.*;
 BgpPeerProperty bgpPeerProperty = BgpPeerProperty.builder()
         .addressFamily("addressFamily")
         .amazonAddress("amazonAddress")
         .asn("asn")
         .authKey("authKey")
         .bgpPeerId("bgpPeerId")
         .customerAddress("customerAddress")
         .build();
 

See Also: