Interface CfnTransitVirtualInterfacePropsMixin.BgpPeerProperty

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

@Stability(Stable) public static interface CfnTransitVirtualInterfacePropsMixin.BgpPeerProperty extends software.amazon.jsii.JsiiSerializable
A key-value pair to associate with a resource.

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: