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::EC2::TransitGatewayConnectPeer TransitGatewayConnectPeerConfiguration
Describes the Connect peer details.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BgpConfigurations" :
[ TransitGatewayAttachmentBgpConfiguration, ... ]
, "InsideCidrBlocks" :[ String, ... ]
, "PeerAddress" :String
, "Protocol" :String
, "TransitGatewayAddress" :String
}
YAML
BgpConfigurations:
- TransitGatewayAttachmentBgpConfiguration
InsideCidrBlocks:- String
PeerAddress:String
Protocol:String
TransitGatewayAddress:String
Properties
BgpConfigurations
-
The BGP configuration details.
Required: No
Type: Array of TransitGatewayAttachmentBgpConfiguration
Update requires: Replacement
InsideCidrBlocks
-
The range of interior BGP peer IP addresses.
Required: Yes
Type: Array of String
Update requires: Replacement
PeerAddress
-
The Connect peer IP address on the appliance side of the tunnel.
Required: Yes
Type: String
Update requires: Replacement
Protocol
-
The tunnel protocol.
Required: No
Type: String
Allowed values:
gre
Update requires: Replacement
TransitGatewayAddress
-
The Connect peer IP address on the transit gateway side of the tunnel.
Required: No
Type: String
Update requires: Replacement