interface ConditionalFormattingSolidColorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.ConditionalFormattingSolidColorProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_ConditionalFormattingSolidColorProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.ConditionalFormattingSolidColorProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.ConditionalFormattingSolidColorProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » ConditionalFormattingSolidColorProperty |
Formatting configuration for solid color.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const conditionalFormattingSolidColorProperty: quicksight.CfnDashboardPropsMixin.ConditionalFormattingSolidColorProperty = {
color: 'color',
expression: 'expression',
};
Properties
| Name | Type | Description |
|---|---|---|
| color? | string | Determines the color. |
| expression? | string | The expression that determines the formatting configuration for solid color. |
color?
Type:
string
(optional)
Determines the color.
expression?
Type:
string
(optional)
The expression that determines the formatting configuration for solid color.

.NET
Go
Java
Python
TypeScript