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
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
Remarks
Expression
The expression that determines the formatting configuration for solid color.
string? Expression { get; }