Class CfnAnalysis.ConditionalFormattingIconSetProperty
Formatting configuration for icon set.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.ConditionalFormattingIconSetProperty : CfnAnalysis.IConditionalFormattingIconSetProperty
Syntax (vb)
Public Class CfnAnalysis.ConditionalFormattingIconSetProperty 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
ConditionalFormattingIconSetProperty() | Formatting configuration for icon set. |
Properties
Expression | The expression that determines the formatting configuration for the icon set. |
IconSetType | Determines the icon set type. |
Constructors
ConditionalFormattingIconSetProperty()
Formatting configuration for icon set.
public ConditionalFormattingIconSetProperty()
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"
};
Properties
Expression
The expression that determines the formatting configuration for the icon set.
public string Expression { get; set; }
Property Value
Remarks
IconSetType
Determines the icon set type.
public string? IconSetType { get; set; }