AWS::NetworkManager::ConnectPeer ConnectPeerBgpConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::NetworkManager::ConnectPeer ConnectPeerBgpConfiguration

Describes a core network BGP configuration.

Syntax

To declare this entity in your Amazon 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