Show / Hide Table of Contents

Class CfnDashboardPropsMixin.ConditionalFormattingIconProperty

The formatting configuration for the icon.

Inheritance
object
CfnDashboardPropsMixin.ConditionalFormattingIconProperty
Implements
CfnDashboardPropsMixin.IConditionalFormattingIconProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.ConditionalFormattingIconProperty : CfnDashboardPropsMixin.IConditionalFormattingIconProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ConditionalFormattingIconProperty Implements CfnDashboardPropsMixin.IConditionalFormattingIconProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-conditionalformattingicon.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 conditionalFormattingIconProperty = new ConditionalFormattingIconProperty {
                 CustomCondition = new ConditionalFormattingCustomIconConditionProperty {
                     Color = "color",
                     DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                         IconDisplayOption = "iconDisplayOption"
                     },
                     Expression = "expression",
                     IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                         Icon = "icon",
                         UnicodeIcon = "unicodeIcon"
                     }
                 },
                 IconSet = new ConditionalFormattingIconSetProperty {
                     Expression = "expression",
                     IconSetType = "iconSetType"
                 }
             };

Synopsis

Constructors

ConditionalFormattingIconProperty()

The formatting configuration for the icon.

Properties

CustomCondition

Determines the custom condition for an icon set.

IconSet

Formatting configuration for icon set.

Constructors

ConditionalFormattingIconProperty()

The formatting configuration for the icon.

public ConditionalFormattingIconProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-conditionalformattingicon.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 conditionalFormattingIconProperty = new ConditionalFormattingIconProperty {
                 CustomCondition = new ConditionalFormattingCustomIconConditionProperty {
                     Color = "color",
                     DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                         IconDisplayOption = "iconDisplayOption"
                     },
                     Expression = "expression",
                     IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                         Icon = "icon",
                         UnicodeIcon = "unicodeIcon"
                     }
                 },
                 IconSet = new ConditionalFormattingIconSetProperty {
                     Expression = "expression",
                     IconSetType = "iconSetType"
                 }
             };

Properties

CustomCondition

Determines the custom condition for an icon set.

public object? CustomCondition { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IConditionalFormattingCustomIconConditionProperty

IconSet

Formatting configuration for icon set.

public object? IconSet { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IConditionalFormattingIconSetProperty

Implements

CfnDashboardPropsMixin.IConditionalFormattingIconProperty
Back to top Generated by DocFX