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
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
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]
ColorValuesFields
A list of color measure fields.
object? ColorValuesFields { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty)[]