The value of a document attribute. You can only provide one value for a document attribute.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DateValue" : String
,
"LongValue" : Integer
,
"StringListValue" : [ String, ... ]
,
"StringValue" : String
}
YAML
DateValue: String
LongValue: Integer
StringListValue:
- String
StringValue:
String
Properties
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.
Required: No
Type: String
Update requires: No interruption
LongValue
-
A long integer value.
Required: No
Type: Integer
Update requires: No interruption
StringListValue
-
A list of strings. The default maximum length or number of strings is 10.
Required: No
Type: Array of String
Update requires: No interruption
StringValue
-
A string, such as "department".
Required: No
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption