interface ConditionalFormattingCustomIconOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnDashboard»ConditionalFormattingCustomIconOptionsProperty | 
Custom icon options for an icon set.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const conditionalFormattingCustomIconOptionsProperty: quicksight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty = {
  icon: 'icon',
  unicodeIcon: 'unicodeIcon',
};
Properties
| Name | Type | Description | 
|---|---|---|
| icon? | string | Determines the type of icon. | 
| unicode | string | Determines the Unicode icon type. | 
icon?
Type:
string
(optional)
Determines the type of icon.
unicodeIcon?
Type:
string
(optional)
Determines the Unicode icon type.
