AWS::EC2::TransitGatewayConnectPeer TransitGatewayAttachmentBgpConfiguration - 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 TransitGatewayAttachmentBgpConfiguration

The BGP configuration information.

Syntax

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

JSON

{ "BgpStatus" : String, "PeerAddress" : String, "PeerAsn" : Number, "TransitGatewayAddress" : String, "TransitGatewayAsn" : Number }

YAML

BgpStatus: String PeerAddress: String PeerAsn: Number TransitGatewayAddress: String TransitGatewayAsn: Number

Properties

BgpStatus

The BGP status.

Required: No

Type: String

Allowed values: up | down

Update requires: Replacement

PeerAddress

The interior BGP peer IP address for the appliance.

Required: No

Type: String

Update requires: Replacement

PeerAsn

The peer Autonomous System Number (ASN).

Required: No

Type: Number

Update requires: Replacement

TransitGatewayAddress

The interior BGP peer IP address for the transit gateway.

Required: No

Type: String

Update requires: Replacement

TransitGatewayAsn

The transit gateway Autonomous System Number (ASN).

Required: No

Type: Number

Update requires: Replacement