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
Describes a transit gateway Connect peer.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::TransitGatewayConnectPeer", "Properties" : { "ConnectPeerConfiguration" :
TransitGatewayConnectPeerConfiguration
, "Tags" :[ Tag, ... ]
, "TransitGatewayAttachmentId" :String
} }
YAML
Type: AWS::EC2::TransitGatewayConnectPeer Properties: ConnectPeerConfiguration:
TransitGatewayConnectPeerConfiguration
Tags:- Tag
TransitGatewayAttachmentId:String
Properties
ConnectPeerConfiguration
-
The Connect peer details.
Required: Yes
Type: TransitGatewayConnectPeerConfiguration
Update requires: Replacement
-
The tags for the Connect peer.
Required: No
Type: Array of Tag
Update requires: No interruption
TransitGatewayAttachmentId
-
The ID of the Connect attachment.
Required: Yes
Type: String
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the ID of the Connect peer.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
ConnectPeerConfiguration.BgpConfigurations
-
The BGP configuration details.
ConnectPeerConfiguration.Protocol
-
The tunnel protocol.
CreationTime
-
The creation time.
State
-
The state of the Connect peer.
TransitGatewayConnectPeerId
-
The ID of the Connect peer.