Show / Hide Table of Contents

Class CfnTemplatePropsMixin.ConditionalFormattingIconProperty

The formatting configuration for the icon.

Inheritance
object
CfnTemplatePropsMixin.ConditionalFormattingIconProperty
Implements
CfnTemplatePropsMixin.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 CfnTemplatePropsMixin.ConditionalFormattingIconProperty : CfnTemplatePropsMixin.IConditionalFormattingIconProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.ConditionalFormattingIconProperty Implements CfnTemplatePropsMixin.IConditionalFormattingIconProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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-template-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-template-conditionalformattingicon.html#cfn-quicksight-template-conditionalformattingicon-customcondition

Type union: either IResolvable or CfnTemplatePropsMixin.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-template-conditionalformattingicon.html#cfn-quicksight-template-conditionalformattingicon-iconset

Type union: either IResolvable or CfnTemplatePropsMixin.IConditionalFormattingIconSetProperty

Implements

CfnTemplatePropsMixin.IConditionalFormattingIconProperty
Back to top Generated by DocFX