This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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:
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 | XUpdate requires: No interruption
UnicodeIcon-
Determines the Unicode icon type.
Required: No
Type: String
Pattern:
^[^\u0000-\u00FF]$Update requires: No interruption