This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::NetworkManager::ConnectPeer ConnectPeerConfiguration
Describes a core network Connect peer configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BgpConfigurations" :[ ConnectPeerBgpConfiguration, ... ], "CoreNetworkAddress" :String, "InsideCidrBlocks" :[ String, ... ], "PeerAddress" :String, "Protocol" :String}
YAML
BgpConfigurations:- ConnectPeerBgpConfigurationCoreNetworkAddress:StringInsideCidrBlocks:- StringPeerAddress:StringProtocol: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:
1Maximum:
50Update 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:
1Maximum:
50Update requires: No interruption
Protocol-
The protocol used for a Connect peer configuration.
Required: No
Type: String
Allowed values:
GRE | NO_ENCAPUpdate requires: No interruption