AWS::EC2::TransitGatewayConnectPeer TransitGatewayAttachmentBgpConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 TransitGatewayAttachmentBgpConfiguration

The BGP configuration information.

Syntax

To declare this entity in your 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