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::RTBFabric::LinkRoutingRule
The AWS::RTBFabric::LinkRoutingRule resource Property description not available. for RTBFabric.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::RTBFabric::LinkRoutingRule", "Properties" : { "Conditions" :RuleCondition, "GatewayId" :String, "LinkId" :String, "Priority" :Integer, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::RTBFabric::LinkRoutingRule Properties: Conditions:RuleConditionGatewayId:StringLinkId:StringPriority:IntegerTags:- Tag
Properties
Conditions-
The conditions for the routing rule.
Required: Yes
Type: RuleCondition
Update requires: No interruption
GatewayIdProperty description not available.
Required: Yes
Type: String
Pattern:
^rtb-gw-[a-z0-9-]{1,25}$Update requires: Some interruptions
LinkIdProperty description not available.
Required: Yes
Type: String
Pattern:
^link-[a-z0-9-]{1,25}$Update requires: Some interruptions
Priority-
The priority of the routing rule.
Required: Yes
Type: Integer
Minimum:
1Maximum:
1000Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CreatedTimestampProperty description not available.
RuleId-
The unique identifier of the routing rule.
Status-
The status of the routing rule.
UpdatedTimestampProperty description not available.