Interface CfnTemplatePropsMixin.IFilledMapConditionalFormattingOptionProperty
Conditional formatting options of a FilledMapVisual .
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IFilledMapConditionalFormattingOptionProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IFilledMapConditionalFormattingOptionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var filledMapConditionalFormattingOptionProperty = new FilledMapConditionalFormattingOptionProperty {
Shape = new FilledMapShapeConditionalFormattingProperty {
FieldId = "fieldId",
Format = new ShapeConditionalFormatProperty {
BackgroundColor = new ConditionalFormattingColorProperty {
Gradient = new ConditionalFormattingGradientColorProperty {
Color = new GradientColorProperty {
Stops = new [] { new GradientStopProperty {
Color = "color",
DataValue = 123,
GradientOffset = 123
} }
},
Expression = "expression"
},
Solid = new ConditionalFormattingSolidColorProperty {
Color = "color",
Expression = "expression"
}
}
}
}
};
Synopsis
Properties
| Shape | The conditional formatting that determines the shape of the filled map. |
Properties
Shape
The conditional formatting that determines the shape of the filled map.
object? Shape { get; }
Property Value
Remarks
Type union: either IResolvable or CfnTemplatePropsMixin.IFilledMapShapeConditionalFormattingProperty