interface GeospatialLayerColorFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialLayerColorFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GeospatialLayerColorFieldProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialLayerColorFieldProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.GeospatialLayerColorFieldProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » GeospatialLayerColorFieldProperty |
The color field that defines a gradient or categorical style.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| color | IResolvable | (IResolvable | Dimension)[] | A list of color dimension fields. |
| color | IResolvable | (IResolvable | Measure)[] | A list of color measure fields. |
colorDimensionsFields?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
A list of color dimension fields.
colorValuesFields?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
A list of color measure fields.

.NET
Go
Java
Python
TypeScript