interface FilledMapConditionalFormattingProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.FilledMapConditionalFormattingProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.FilledMapConditionalFormattingProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.FilledMapConditionalFormattingProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » FilledMapConditionalFormattingProperty |
The conditional formatting of a FilledMapVisual
.
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 filledMapConditionalFormattingProperty: quicksight.CfnTemplate.FilledMapConditionalFormattingProperty = {
conditionalFormattingOptions: [{
shape: {
fieldId: 'fieldId',
// the properties below are optional
format: {
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 |
---|---|---|
conditional | IResolvable | IResolvable | Filled [] | Conditional formatting options of a FilledMapVisual . |
conditionalFormattingOptions
Type:
IResolvable
|
IResolvable
|
Filled
[]
Conditional formatting options of a FilledMapVisual
.