aws-cdk-lib.aws_quicksight.CfnTemplate.DataColorProperty

interface DataColorProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.DataColorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_DataColorProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.DataColorProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.DataColorProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » DataColorProperty

Determines the color that is applied to a particular data value.

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 dataColorProperty: quicksight.CfnTemplate.DataColorProperty = {
  color: 'color',
  dataValue: 123,
};

Properties

NameTypeDescription
color?stringThe color that is applied to the data value.
dataValue?numberThe data value that the color is applied to.

color?

Type: string (optional)

The color that is applied to the data value.


dataValue?

Type: number (optional)

The data value that the color is applied to.