Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IConditionalFormattingSolidColorProperty

Formatting configuration for solid color.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IConditionalFormattingSolidColorProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IConditionalFormattingSolidColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-conditionalformattingsolidcolor.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 conditionalFormattingSolidColorProperty = new ConditionalFormattingSolidColorProperty {
                 Color = "color",
                 Expression = "expression"
             };

Synopsis

Properties

Color

Determines the color.

Expression

The expression that determines the formatting configuration for solid color.

Properties

Color

Determines the color.

string? Color { get; }
Property Value

string

Remarks

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

Expression

The expression that determines the formatting configuration for solid color.

string? Expression { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX