Interface CfnDashboardPropsMixin.IConditionalFormattingCustomIconOptionsProperty
Custom icon options for an icon set.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IConditionalFormattingCustomIconOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IConditionalFormattingCustomIconOptionsProperty
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.CfnPropertyMixins.AWS.QuickSight;
var conditionalFormattingCustomIconOptionsProperty = new ConditionalFormattingCustomIconOptionsProperty {
Icon = "icon",
UnicodeIcon = "unicodeIcon"
};
Synopsis
Properties
| Icon | Determines the type of icon. |
| UnicodeIcon | Determines the Unicode icon type. |
Properties
Icon
Determines the type of icon.
string? Icon { get; }
Property Value
Remarks
UnicodeIcon
Determines the Unicode icon type.
string? UnicodeIcon { get; }