interface ConditionalFormattingCustomIconConditionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.ConditionalFormattingCustomIconConditionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ConditionalFormattingCustomIconConditionProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.ConditionalFormattingCustomIconConditionProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.ConditionalFormattingCustomIconConditionProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » ConditionalFormattingCustomIconConditionProperty |
Determines the custom condition 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 conditionalFormattingCustomIconConditionProperty: quicksight.CfnTemplate.ConditionalFormattingCustomIconConditionProperty = {
expression: 'expression',
iconOptions: {
icon: 'icon',
unicodeIcon: 'unicodeIcon',
},
// the properties below are optional
color: 'color',
displayConfiguration: {
iconDisplayOption: 'iconDisplayOption',
},
};
Properties
Name | Type | Description |
---|---|---|
expression | string | The expression that determines the condition of the icon set. |
icon | IResolvable | Conditional | Custom icon options for an icon set. |
color? | string | Determines the color of the icon. |
display | IResolvable | Conditional | Determines the icon display configuration. |
expression
Type:
string
The expression that determines the condition of the icon set.
iconOptions
Type:
IResolvable
|
Conditional
Custom icon options for an icon set.
color?
Type:
string
(optional)
Determines the color of the icon.
displayConfiguration?
Type:
IResolvable
|
Conditional
(optional)
Determines the icon display configuration.