AWS::EC2::TransitGatewayConnectPeer TransitGatewayAttachmentBgpConfiguration - AWS CloudFormation

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 TransitGatewayAttachmentBgpConfiguration

The BGP configuration information.

Syntax

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