Class CfnConnectPeerPropsMixin.ConnectPeerBgpConfigurationProperty
Describes a core network BGP configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.NetworkManager
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConnectPeerPropsMixin.ConnectPeerBgpConfigurationProperty : CfnConnectPeerPropsMixin.IConnectPeerBgpConfigurationProperty
Syntax (vb)
Public Class CfnConnectPeerPropsMixin.ConnectPeerBgpConfigurationProperty Implements CfnConnectPeerPropsMixin.IConnectPeerBgpConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.NetworkManager;
var connectPeerBgpConfigurationProperty = new ConnectPeerBgpConfigurationProperty {
CoreNetworkAddress = "coreNetworkAddress",
CoreNetworkAsn = 123,
PeerAddress = "peerAddress",
PeerAsn = 123
};
Synopsis
Constructors
| ConnectPeerBgpConfigurationProperty() | Describes a core network BGP configuration. |
Properties
| CoreNetworkAddress | The address of a core network. |
| CoreNetworkAsn | The ASN of the Coret Network. |
| PeerAddress | The address of a core network Connect peer. |
| PeerAsn | The ASN of the Connect peer. |
Constructors
ConnectPeerBgpConfigurationProperty()
Describes a core network BGP configuration.
public ConnectPeerBgpConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.NetworkManager;
var connectPeerBgpConfigurationProperty = new ConnectPeerBgpConfigurationProperty {
CoreNetworkAddress = "coreNetworkAddress",
CoreNetworkAsn = 123,
PeerAddress = "peerAddress",
PeerAsn = 123
};
Properties
CoreNetworkAddress
The address of a core network.
public string? CoreNetworkAddress { get; set; }
Property Value
Remarks
CoreNetworkAsn
The ASN of the Coret Network.
public double? CoreNetworkAsn { get; set; }
Property Value
Remarks
PeerAddress
The address of a core network Connect peer.
public string? PeerAddress { get; set; }
Property Value
Remarks
PeerAsn
The ASN of the Connect peer.
public double? PeerAsn { get; set; }