Class CfnTemplate.ConditionalFormattingIconProperty
The formatting configuration for the icon.
Inheritance
System.Object
CfnTemplate.ConditionalFormattingIconProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConditionalFormattingIconProperty : Object, CfnTemplate.IConditionalFormattingIconProperty
Syntax (vb)
Public Class ConditionalFormattingIconProperty
Inherits Object
Implements CfnTemplate.IConditionalFormattingIconProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var conditionalFormattingIconProperty = new ConditionalFormattingIconProperty {
CustomCondition = new ConditionalFormattingCustomIconConditionProperty {
Expression = "expression",
IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
Icon = "icon",
UnicodeIcon = "unicodeIcon"
},
// the properties below are optional
Color = "color",
DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
IconDisplayOption = "iconDisplayOption"
}
},
IconSet = new ConditionalFormattingIconSetProperty {
Expression = "expression",
// the properties below are optional
IconSetType = "iconSetType"
}
};
Synopsis
Constructors
ConditionalFormattingIconProperty() |
Properties
CustomCondition | Determines the custom condition for an icon set. |
IconSet | Formatting configuration for icon set. |
Constructors
ConditionalFormattingIconProperty()
public ConditionalFormattingIconProperty()
Properties
CustomCondition
Determines the custom condition for an icon set.
public object CustomCondition { get; set; }
Property Value
System.Object
Remarks
IconSet
Formatting configuration for icon set.
public object IconSet { get; set; }
Property Value
System.Object