interface GeospatialCategoricalDataColorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.GeospatialCategoricalDataColorProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_GeospatialCategoricalDataColorProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialCategoricalDataColorProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.GeospatialCategoricalDataColorProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » GeospatialCategoricalDataColorProperty |
The categorical data color for a single category.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const geospatialCategoricalDataColorProperty: quicksight.CfnDashboard.GeospatialCategoricalDataColorProperty = {
color: 'color',
dataValue: 'dataValue',
};
Properties
| Name | Type | Description |
|---|---|---|
| color | string | The color and opacity values for the category data color. |
| data | string | The data value for the category data color. |
color
Type:
string
The color and opacity values for the category data color.
dataValue
Type:
string
The data value for the category data color.

.NET
Go
Java
Python
TypeScript