interface ShapeConditionalFormatProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ShapeConditionalFormatProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ShapeConditionalFormatProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ShapeConditionalFormatProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » ShapeConditionalFormatProperty |
The shape conditional formatting of a filled map visual.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const shapeConditionalFormatProperty: quicksight.CfnDashboard.ShapeConditionalFormatProperty = {
backgroundColor: {
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 |
---|---|---|
background | IResolvable | Conditional | The conditional formatting for the shape background color of a filled map visual. |
backgroundColor
Type:
IResolvable
|
Conditional
The conditional formatting for the shape background color of a filled map visual.