Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filledmapconditionalformattingoption.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filledmapconditionalformattingoption.html#cfn-quicksight-template-filledmapconditionalformattingoption-shape

Type union: either IResolvable or CfnTemplatePropsMixin.IFilledMapShapeConditionalFormattingProperty

Back to top Generated by DocFX