aws-cdk-lib.aws_networkmanager.CfnConnectPeer.ConnectPeerBgpConfigurationProperty

interface ConnectPeerBgpConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.NetworkManager.CfnConnectPeer.ConnectPeerBgpConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#CfnConnectPeer_ConnectPeerBgpConfigurationProperty
Javasoftware.amazon.awscdk.services.networkmanager.CfnConnectPeer.ConnectPeerBgpConfigurationProperty
Pythonaws_cdk.aws_networkmanager.CfnConnectPeer.ConnectPeerBgpConfigurationProperty
TypeScript aws-cdk-lib » aws_networkmanager » CfnConnectPeer » ConnectPeerBgpConfigurationProperty

Describes a core network BGP configuration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkmanager as networkmanager } from 'aws-cdk-lib';
const connectPeerBgpConfigurationProperty: networkmanager.CfnConnectPeer.ConnectPeerBgpConfigurationProperty = {
  coreNetworkAddress: 'coreNetworkAddress',
  coreNetworkAsn: 123,
  peerAddress: 'peerAddress',
  peerAsn: 123,
};

Properties

NameTypeDescription
coreNetworkAddress?stringThe address of a core network.
coreNetworkAsn?numberThe ASN of the Coret Network.
peerAddress?stringThe address of a core network Connect peer.
peerAsn?numberThe ASN of the Connect peer.

coreNetworkAddress?

Type: string (optional)

The address of a core network.


coreNetworkAsn?

Type: number (optional)

The ASN of the Coret Network.


peerAddress?

Type: string (optional)

The address of a core network Connect peer.


peerAsn?

Type: number (optional)

The ASN of the Connect peer.