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" :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