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 RuleCondition
The RuleCondition property type specifies Property description not available. for an AWS::RTBFabric::LinkRoutingRule.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "HostHeader" :String, "HostHeaderWildcard" :String, "PathExact" :String, "PathPrefix" :String, "QueryStringEquals" :QueryStringKeyValuePair, "QueryStringExists" :String}
YAML
HostHeader:StringHostHeaderWildcard:StringPathExact:StringPathPrefix:StringQueryStringEquals:QueryStringKeyValuePairQueryStringExists:String
Properties
HostHeaderProperty description not available.
Required: No
Type: String
Pattern:
^[A-Za-z0-9._~-]+$Minimum:
1Maximum:
255Update requires: No interruption
HostHeaderWildcardProperty description not available.
Required: No
Type: String
Pattern:
^[A-Za-z0-9._~*-]+$Minimum:
3Maximum:
255Update requires: No interruption
PathExactProperty description not available.
Required: No
Type: String
Pattern:
^/[A-Za-z0-9._~/-]*$Minimum:
1Maximum:
128Update requires: No interruption
PathPrefixProperty description not available.
Required: No
Type: String
Pattern:
^/[A-Za-z0-9._~/-]*$Minimum:
1Maximum:
128Update requires: No interruption
QueryStringEqualsProperty description not available.
Required: No
Type: QueryStringKeyValuePair
Update requires: No interruption
QueryStringExistsProperty description not available.
Required: No
Type: String
Pattern:
^[A-Za-z0-9._~-]+$Minimum:
1Maximum:
128Update requires: No interruption