Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.IGeospatialLayerColorFieldProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IGeospatialLayerColorFieldProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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-analysis-geospatiallayercolorfield.html#cfn-quicksight-analysis-geospatiallayercolorfield-colordimensionsfields

Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.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-analysis-geospatiallayercolorfield.html#cfn-quicksight-analysis-geospatiallayercolorfield-colorvaluesfields

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

Back to top Generated by DocFX