aws-cdk-lib.aws_quicksight.CfnDashboard.VisualPaletteProperty

interface VisualPaletteProperty

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

The visual display options for the visual palette.

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 visualPaletteProperty: quicksight.CfnDashboard.VisualPaletteProperty = {
  chartColor: 'chartColor',
  colorMap: [{
    color: 'color',
    element: {
      fieldId: 'fieldId',
      fieldValue: 'fieldValue',
    },

    // the properties below are optional
    timeGranularity: 'timeGranularity',
  }],
};

Properties

NameTypeDescription
chartColor?stringThe chart color options for the visual palette.
colorMap?IResolvable | IResolvable | DataPathColorProperty[]The color map options for the visual palette.

chartColor?

Type: string (optional)

The chart color options for the visual palette.


colorMap?

Type: IResolvable | IResolvable | DataPathColorProperty[] (optional)

The color map options for the visual palette.