View a markdown version of this page

AWS::RTBFabric::LinkRoutingRule RuleCondition - AWS CloudFormation

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 }

Properties

HostHeader

Property description not available.

Required: No

Type: String

Pattern: ^[A-Za-z0-9._~-]+$

Minimum: 1

Maximum: 255

Update requires: No interruption

HostHeaderWildcard

Property description not available.

Required: No

Type: String

Pattern: ^[A-Za-z0-9._~*-]+$

Minimum: 3

Maximum: 255

Update requires: No interruption

PathExact

Property description not available.

Required: No

Type: String

Pattern: ^/[A-Za-z0-9._~/-]*$

Minimum: 1

Maximum: 128

Update requires: No interruption

PathPrefix

Property description not available.

Required: No

Type: String

Pattern: ^/[A-Za-z0-9._~/-]*$

Minimum: 1

Maximum: 128

Update requires: No interruption

QueryStringEquals

Property description not available.

Required: No

Type: QueryStringKeyValuePair

Update requires: No interruption

QueryStringExists

Property description not available.

Required: No

Type: String

Pattern: ^[A-Za-z0-9._~-]+$

Minimum: 1

Maximum: 128

Update requires: No interruption