AWS::EC2::TransitGatewayConnectPeer TransitGatewayConnectPeerConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::EC2::TransitGatewayConnectPeer TransitGatewayConnectPeerConfiguration

Describes the Connect peer details.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "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