ClaimMatchValueType
The expected value used to match a claim. Exactly one member is set.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- matchValueString
-
A single string value to match the claim against.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z0-9_.:/-]+Required: No
- matchValueStringList
-
A list of string values to match the claim against.
Type: Array of strings
Array Members: Minimum number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z0-9_.:/-]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: