Custom icon options for an icon set.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Icon" : String
,
"UnicodeIcon" : String
}
YAML
Icon: String
UnicodeIcon: String
Properties
Icon
-
Determines the type of icon.
Required: No
Type: String
Allowed values:
CARET_UP | CARET_DOWN | PLUS | MINUS | ARROW_UP | ARROW_DOWN | ARROW_LEFT | ARROW_UP_LEFT | ARROW_DOWN_LEFT | ARROW_RIGHT | ARROW_UP_RIGHT | ARROW_DOWN_RIGHT | FACE_UP | FACE_DOWN | FACE_FLAT | ONE_BAR | TWO_BAR | THREE_BAR | CIRCLE | TRIANGLE | SQUARE | FLAG | THUMBS_UP | THUMBS_DOWN | CHECKMARK | X
Update requires: No interruption
UnicodeIcon
-
Determines the Unicode icon type.
Required: No
Type: String
Pattern:
^[^\u0000-\u00FF]$
Update requires: No interruption