AttributeValue
Values for use in player attribute key-value pairs. This object lets
you specify an attribute value using any of the valid data types: string, number, string
array, or data map. Each AttributeValue
object can use only one of the
available properties.
Contents
Note
In the following list, the required parameters are described first.
- N
-
For number values, expressed as double.
Type: Double
Required: No
- S
-
For single string values. Maximum string length is 100 characters.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- SDM
-
For a map of up to 10 data type:value pairs. Maximum length for each string value is 100 characters.
Type: String to double map
Key Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- SL
-
For a list of up to 100 strings. Maximum length for each string is 100 characters. Duplicate values are not recognized; all occurrences of the repeated value after the first of a repeated value are ignored.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: