interface GeospatialCategoricalDataColorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.GeospatialCategoricalDataColorProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_GeospatialCategoricalDataColorProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.GeospatialCategoricalDataColorProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.GeospatialCategoricalDataColorProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const geospatialCategoricalDataColorProperty: quicksight_mixins.CfnAnalysisPropsMixin.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
(optional)
The color and opacity values for the category data color.
dataValue?
Type:
string
(optional)
The data value for the category data color.

.NET
Go
Java
Python
TypeScript