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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitVirtualInterfacePropsMixin.BgpPeerPropertystatic final classAn implementation forCfnTransitVirtualInterfacePropsMixin.BgpPeerProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe address family for the BGP peer.default StringThe IP address assigned to the Amazon interface.default StringgetAsn()The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.default StringThe authentication key for BGP configuration.default Stringdefault StringThe IP address assigned to the customer interface.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddressFamily
The address family for the BGP peer.- See Also:
-
getAmazonAddress
The IP address assigned to the Amazon interface.- See Also:
-
getAsn
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.- See Also:
-
getAuthKey
The authentication key for BGP configuration.This string has a minimum length of 6 characters and and a maximum length of 80 characters.
- See Also:
-
getBgpPeerId
- See Also:
-
getCustomerAddress
The IP address assigned to the customer interface.- See Also:
-
builder
-