DocumentAttributeValue
The value of a document attribute. You can only provide one value for a document attribute.
Contents
- DateValue
-
A date expressed as an ISO 8601 string.
It is important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
Type: Timestamp
Required: No
- LongValue
-
A long integer value.
Type: Long
Required: No
- StringListValue
-
A list of strings. The default maximum length or number of strings is 10.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- StringValue
-
A string, such as "department".
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: