Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IGeospatialLayerColorFieldProperty

The color field that defines a gradient or categorical style.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IGeospatialLayerColorFieldProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IGeospatialLayerColorFieldProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

ColorDimensionsFields

A list of color dimension fields.

ColorValuesFields

A list of color measure fields.

Properties

ColorDimensionsFields

A list of color dimension fields.

object? ColorDimensionsFields { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayercolorfield.html#cfn-quicksight-dashboard-geospatiallayercolorfield-colordimensionsfields

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]

ColorValuesFields

A list of color measure fields.

object? ColorValuesFields { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayercolorfield.html#cfn-quicksight-dashboard-geospatiallayercolorfield-colorvaluesfields

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty)[]

Back to top Generated by DocFX