interface ConditionalFormattingSolidColorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.ConditionalFormattingSolidColorProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_ConditionalFormattingSolidColorProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ConditionalFormattingSolidColorProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.ConditionalFormattingSolidColorProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const conditionalFormattingSolidColorProperty: quicksight_mixins.CfnAnalysisPropsMixin.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