Show / Hide Table of Contents

Class CfnAnalysis.ConditionalFormattingIconSetProperty

Formatting configuration for icon set.

Inheritance
object
CfnAnalysis.ConditionalFormattingIconSetProperty
Implements
CfnAnalysis.IConditionalFormattingIconSetProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-conditionalformattingiconset.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-conditionalformattingiconset.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-conditionalformattingiconset.html#cfn-quicksight-analysis-conditionalformattingiconset-expression

IconSetType

Determines the icon set type.

public string? IconSetType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-conditionalformattingiconset.html#cfn-quicksight-analysis-conditionalformattingiconset-iconsettype

Implements

CfnAnalysis.IConditionalFormattingIconSetProperty
Back to top Generated by DocFX