AWS::Connect::PredefinedAttribute Values
The values of a predefined attribute.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "StringList" :
[ String, ... ]
}
YAML
StringList:
- String
Properties
StringList
-
Predefined attribute values of type string list.
Required: No
Type: Array of String
Minimum:
1
Maximum:
128
Update requires: No interruption