Class CfnAnalysis.ConditionalFormattingIconSetProperty
Formatting configuration for icon set.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConditionalFormattingIconSetProperty : Object, CfnAnalysis.IConditionalFormattingIconSetProperty
Syntax (vb)
Public Class ConditionalFormattingIconSetProperty
Inherits Object
Implements CfnAnalysis.IConditionalFormattingIconSetProperty
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 conditionalFormattingIconSetProperty = new ConditionalFormattingIconSetProperty {
Expression = "expression",
// the properties below are optional
IconSetType = "iconSetType"
};
Synopsis
Constructors
Conditional |
Properties
Expression | The expression that determines the formatting configuration for the icon set. |
Icon |
Determines the icon set type. |
Constructors
ConditionalFormattingIconSetProperty()
public ConditionalFormattingIconSetProperty()
Properties
Expression
The expression that determines the formatting configuration for the icon set.
public string Expression { get; set; }
Property Value
System.
Remarks
IconSetType
Determines the icon set type.
public string IconSetType { get; set; }
Property Value
System.