AWS::NetworkManager::ConnectPeer ConnectPeerConfiguration
Describes a core network Connect peer configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BgpConfigurations" :
[ ConnectPeerBgpConfiguration, ... ]
, "CoreNetworkAddress" :String
, "InsideCidrBlocks" :[ String, ... ]
, "PeerAddress" :String
, "Protocol" :String
}
YAML
BgpConfigurations:
- ConnectPeerBgpConfiguration
CoreNetworkAddress:String
InsideCidrBlocks:- String
PeerAddress:String
Protocol:String
Properties
BgpConfigurations
-
The Connect peer BGP configurations.
Required: No
Type: Array of ConnectPeerBgpConfiguration
Update requires: No interruption
CoreNetworkAddress
-
The IP address of a core network.
Required: No
Type: String
Pattern:
[\s\S]*
Minimum:
1
Maximum:
50
Update requires: No interruption
InsideCidrBlocks
-
The inside IP addresses used for a Connect peer configuration.
Required: No
Type: Array of String
Update requires: No interruption
PeerAddress
-
The IP address of the Connect peer.
Required: No
Type: String
Pattern:
[\s\S]*
Minimum:
1
Maximum:
50
Update requires: No interruption
Protocol
-
The protocol used for a Connect peer configuration.
Required: No
Type: String
Allowed values:
GRE | NO_ENCAP
Update requires: No interruption