AWS::QuickSight::Analysis ConditionalFormattingCustomIconOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Analysis ConditionalFormattingCustomIconOptions

Custom icon options for an icon set.

Syntax

To declare this entity in your 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