interface ConditionalFormattingColorProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.ConditionalFormattingColorProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ConditionalFormattingColorProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.ConditionalFormattingColorProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.ConditionalFormattingColorProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » ConditionalFormattingColorProperty |
The formatting configuration for the 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-lib';
const conditionalFormattingColorProperty: quicksight.CfnTemplate.ConditionalFormattingColorProperty = {
gradient: {
color: {
stops: [{
gradientOffset: 123,
// the properties below are optional
color: 'color',
dataValue: 123,
}],
},
expression: 'expression',
},
solid: {
expression: 'expression',
// the properties below are optional
color: 'color',
},
};
Properties
Name | Type | Description |
---|---|---|
gradient? | IResolvable | Conditional | Formatting configuration for gradient color. |
solid? | IResolvable | Conditional | Formatting configuration for solid color. |
gradient?
Type:
IResolvable
|
Conditional
(optional)
Formatting configuration for gradient color.
solid?
Type:
IResolvable
|
Conditional
(optional)
Formatting configuration for solid color.