aws-cdk-lib.aws_quicksight.CfnTemplate.ConditionalFormattingIconSetProperty

interface ConditionalFormattingIconSetProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ConditionalFormattingIconSetProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ConditionalFormattingIconSetProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ConditionalFormattingIconSetProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ConditionalFormattingIconSetProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » ConditionalFormattingIconSetProperty

Formatting configuration for 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 conditionalFormattingIconSetProperty: quicksight.CfnTemplate.ConditionalFormattingIconSetProperty = {
  expression: 'expression',

  // the properties below are optional
  iconSetType: 'iconSetType',
};

Properties

NameTypeDescription
expressionstringThe expression that determines the formatting configuration for the icon set.
iconSetType?stringDetermines the icon set type.

expression

Type: string

The expression that determines the formatting configuration for the icon set.


iconSetType?

Type: string (optional)

Determines the icon set type.