A structure that represents a collective constant.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"ValueList" : [ String, ... ]
}
YAML
ValueList:
- String
Properties
ValueList
-
A list of values for the collective constant.
Required: No
Type: Array of String
Update requires: No interruption