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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::RTBFabric::Link", "Properties" : { "GatewayId" :String, "HttpResponderAllowed" :Boolean, "LinkAttributes" :LinkAttributes, "LinkLogSettings" :LinkLogSettings, "ModuleConfigurationList" :[ ModuleConfiguration, ... ], "PeerGatewayId" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::RTBFabric::Link Properties: GatewayId:StringHttpResponderAllowed:BooleanLinkAttributes:LinkAttributesLinkLogSettings:LinkLogSettingsModuleConfigurationList:- ModuleConfigurationPeerGatewayId:StringTags:- Tag
Properties
GatewayId-
The unique identifier of the gateway.
Required: Yes
Type: String
Pattern:
^rtb-gw-[a-z0-9-]{1,25}$Update requires: Some interruptions
HttpResponderAllowed-
Boolean to specify if an HTTP responder is allowed.
Required: No
Type: Boolean
Update requires: Some interruptions
LinkAttributes-
Attributes of the link.
Required: No
Type: LinkAttributes
Update requires: Some interruptions
LinkLogSettings-
Settings for the application logs.
Required: Yes
Type: LinkLogSettings
Update requires: No interruption
ModuleConfigurationListProperty description not available.
Required: No
Type: Array of ModuleConfiguration
Update requires: No interruption
PeerGatewayId-
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:
0Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
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.
ArnProperty description not available.
CreatedTimestampProperty description not available.
LinkDirectionProperty description not available.
LinkId-
The unique identifier of the link.
LinkStatusProperty description not available.
UpdatedTimestampProperty description not available.