StringSearch
A structure that defines how to search for string values. You can specify a search option and the value to search for.
Contents
- searchOption
-
The type of search operation to perform on the string value. Determines how the search value is matched against the target field.
Type: String
Valid Values:
STARTS_WITHRequired: Yes
- searchValue
-
The string value to use in the search operation. This value is compared against the target field using the specified search option.
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 Amazon SDKs, see the following: