aws-cdk-lib.aws_quicksight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty

interface ConditionalFormattingCustomIconOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ConditionalFormattingCustomIconOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.ConditionalFormattingCustomIconOptionsProperty
TypeScript 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

NameTypeDescription
icon?stringDetermines the type of icon.
unicodeIcon?stringDetermines the Unicode icon type.

icon?

Type: string (optional)

Determines the type of icon.


unicodeIcon?

Type: string (optional)

Determines the Unicode icon type.