QueryStringKeyValuePair
A key-value pair for query string matching in a routing rule condition.
Contents
- key
-
The key of the query string parameter to match. Must contain only RFC 3986 unreserved characters.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[A-Za-z0-9._~-]+Required: Yes
- value
-
The value of the query string parameter to match. Must contain only RFC 3986 unreserved characters.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[A-Za-z0-9._~-]+Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: