Show / Hide Table of Contents

Class CfnTemplate.ConditionalFormattingCustomIconConditionProperty

Determines the custom condition for an icon set.

Inheritance
object
CfnTemplate.ConditionalFormattingCustomIconConditionProperty
Implements
CfnTemplate.IConditionalFormattingCustomIconConditionProperty
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 CfnTemplate.ConditionalFormattingCustomIconConditionProperty : CfnTemplate.IConditionalFormattingCustomIconConditionProperty
Syntax (vb)
Public Class CfnTemplate.ConditionalFormattingCustomIconConditionProperty Implements CfnTemplate.IConditionalFormattingCustomIconConditionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-conditionalformattingcustomiconcondition.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 conditionalFormattingCustomIconConditionProperty = new ConditionalFormattingCustomIconConditionProperty {
                 Expression = "expression",
                 IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                     Icon = "icon",
                     UnicodeIcon = "unicodeIcon"
                 },

                 // the properties below are optional
                 Color = "color",
                 DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                     IconDisplayOption = "iconDisplayOption"
                 }
             };

Synopsis

Constructors

ConditionalFormattingCustomIconConditionProperty()

Determines the custom condition for an icon set.

Properties

Color

Determines the color of the icon.

DisplayConfiguration

Determines the icon display configuration.

Expression

The expression that determines the condition of the icon set.

IconOptions

Custom icon options for an icon set.

Constructors

ConditionalFormattingCustomIconConditionProperty()

Determines the custom condition for an icon set.

public ConditionalFormattingCustomIconConditionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-conditionalformattingcustomiconcondition.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 conditionalFormattingCustomIconConditionProperty = new ConditionalFormattingCustomIconConditionProperty {
                 Expression = "expression",
                 IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                     Icon = "icon",
                     UnicodeIcon = "unicodeIcon"
                 },

                 // the properties below are optional
                 Color = "color",
                 DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                     IconDisplayOption = "iconDisplayOption"
                 }
             };

Properties

Color

Determines the color of the icon.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-conditionalformattingcustomiconcondition.html#cfn-quicksight-template-conditionalformattingcustomiconcondition-color

DisplayConfiguration

Determines the icon display configuration.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-conditionalformattingcustomiconcondition.html#cfn-quicksight-template-conditionalformattingcustomiconcondition-displayconfiguration

Expression

The expression that determines the condition of the icon set.

public string Expression { get; set; }
Property Value

string

Remarks

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

IconOptions

Custom icon options for an icon set.

public object IconOptions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-conditionalformattingcustomiconcondition.html#cfn-quicksight-template-conditionalformattingcustomiconcondition-iconoptions

Implements

CfnTemplate.IConditionalFormattingCustomIconConditionProperty
Back to top Generated by DocFX