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:StringPeerAddress:StringPeerAsn:NumberTransitGatewayAddress:StringTransitGatewayAsn:Number
Properties
BgpStatus-
The BGP status.
Required: No
Type: String
Allowed values:
up | downUpdate 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