This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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:StringCoreNetworkAsn:NumberPeerAddress:StringPeerAsn:Number
Properties
- CoreNetworkAddress
- 
                    The address of a core network. Required: No Type: String Pattern: [\s\S]*Minimum: 1Maximum: 50Update 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: 1Maximum: 50Update requires: No interruption 
- PeerAsn
- 
                    The ASN of the Connect peer. Required: No Type: Number Update requires: No interruption