AWS::NetworkManager::ConnectPeer ConnectPeerBgpConfiguration

Describes a core network BGP configuration.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "CoreNetworkAddress" : String, "CoreNetworkAsn" : Double, "PeerAddress" : String, "PeerAsn" : Double }

YAML

CoreNetworkAddress: String CoreNetworkAsn: Double PeerAddress: String PeerAsn: Double

Properties

CoreNetworkAddress

The address of a core network.

Required: No

Type: String

Minimum: 1

Maximum: 50

Pattern: [\s\S]*

Update requires: No interruption

CoreNetworkAsn

The ASN of the Coret Network.

Required: No

Type: Double

Update requires: No interruption

PeerAddress

The address of a core network Connect peer.

Required: No

Type: String

Minimum: 1

Maximum: 50

Pattern: [\s\S]*

Update requires: No interruption

PeerAsn

The ASN of the Connect peer.

Required: No

Type: Double

Update requires: No interruption