interface ConditionalFormattingIconSetProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ConditionalFormattingIconSetProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ConditionalFormattingIconSetProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ConditionalFormattingIconSetProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const conditionalFormattingIconSetProperty: quicksight.CfnDashboard.ConditionalFormattingIconSetProperty = {
expression: 'expression',
// the properties below are optional
iconSetType: 'iconSetType',
};
Properties
Name | Type | Description |
---|---|---|
expression | string | The expression that determines the formatting configuration for the icon set. |
icon | string | Determines 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.