This is the new 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 CloudFormation template, use the following syntax:
JSON
{ "BgpConfigurations" :[ TransitGatewayAttachmentBgpConfiguration, ... ], "InsideCidrBlocks" :[ String, ... ], "PeerAddress" :String, "Protocol" :String, "TransitGatewayAddress" :String}
YAML
BgpConfigurations:- TransitGatewayAttachmentBgpConfigurationInsideCidrBlocks:- StringPeerAddress:StringProtocol:StringTransitGatewayAddress: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:
greUpdate requires: Replacement
TransitGatewayAddress-
The Connect peer IP address on the transit gateway side of the tunnel.
Required: No
Type: String
Update requires: Replacement
Warning Javascript is disabled or is unavailable in your browser.
To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.