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