Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-conditionalformattingcustomiconoptions.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-conditionalformattingcustomiconoptions.html#cfn-quicksight-dashboard-conditionalformattingcustomiconoptions-icon

UnicodeIcon

Determines the Unicode icon type.

string? UnicodeIcon { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-conditionalformattingcustomiconoptions.html#cfn-quicksight-dashboard-conditionalformattingcustomiconoptions-unicodeicon

Back to top Generated by DocFX