interface ConditionalFormattingCustomIconOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ConditionalFormattingCustomIconOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty |
![]() | aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
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.