interface GeospatialLayerColorFieldProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialLayerColorFieldProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GeospatialLayerColorFieldProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialLayerColorFieldProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.GeospatialLayerColorFieldProperty |
![]() | 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.