AWS::RTBFabric::Link - 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::RTBFabric::Link

Creates a new link between gateways.

Establishes a connection that allows gateways to communicate and exchange bid requests and responses.

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

{ "Type" : "AWS::RTBFabric::Link", "Properties" : { "GatewayId" : String, "HttpResponderAllowed" : Boolean, "LinkAttributes" : LinkAttributes, "LinkLogSettings" : LinkLogSettings, "ModuleConfigurationList" : [ ModuleConfiguration, ... ], "PeerGatewayId" : String, "Tags" : [ Tag, ... ] } }

The unique identifier of the gateway.

Required: Yes

Type: String

Pattern: ^rtb-gw-[a-z0-9-]{1,25}$

Update requires: Some interruptions

Boolean to specify if an HTTP responder is allowed.

Required: No

Type: Boolean

Update requires: Some interruptions

Attributes of the link.

Required: No

Type: LinkAttributes

Update requires: Some interruptions

Settings for the application logs.

Required: Yes

Type: LinkLogSettings

Update requires: No interruption

Property description not available.

Required: No

Type: Array of ModuleConfiguration

Update requires: No interruption

The unique identifier of the peer gateway.

Required: Yes

Type: String

Pattern: ^rtb-gw-[a-z0-9-]{1,25}$

Update requires: Some interruptions

A map of the key-value pairs of the tag or tags to assign to the resource.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update requires: No interruption

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

Property description not available.

CreatedTimestamp

Property description not available.

LinkDirection

Property description not available.

LinkId

The unique identifier of the link.

LinkStatus

Property description not available.

UpdatedTimestamp

Property description not available.