interface ConditionalFormattingIconSetProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ConditionalFormattingIconSetProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ConditionalFormattingIconSetProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ConditionalFormattingIconSetProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ConditionalFormattingIconSetProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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.