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" : Number, "PeerAddress" : String, "PeerAsn" : Number }

YAML

CoreNetworkAddress: String CoreNetworkAsn: Number PeerAddress: String PeerAsn: Number

Properties

CoreNetworkAddress

The address of a core network.

Required: No

Type: String

Pattern: [\s\S]*

Minimum: 1

Maximum: 50

Update requires: No interruption

CoreNetworkAsn

The ASN of the Coret Network.

Required: No

Type: Number

Update requires: No interruption

PeerAddress

The address of a core network Connect peer.

Required: No

Type: String

Pattern: [\s\S]*

Minimum: 1

Maximum: 50

Update requires: No interruption

PeerAsn

The ASN of the Connect peer.

Required: No

Type: Number

Update requires: No interruption