aws-cdk-lib.aws_quicksight.CfnTemplate.GaugeChartConfigurationProperty

interface GaugeChartConfigurationProperty

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

The configuration of a GaugeChartVisual .

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
dataLabels?IResolvable | DataLabelOptionsPropertyThe data label configuration of a GaugeChartVisual .
fieldWells?IResolvable | GaugeChartFieldWellsPropertyThe field well configuration of a GaugeChartVisual .
gaugeChartOptions?IResolvable | GaugeChartOptionsPropertyThe options that determine the presentation of the GaugeChartVisual .
tooltipOptions?IResolvable | TooltipOptionsPropertyThe tooltip configuration of a GaugeChartVisual .
visualPalette?IResolvable | VisualPalettePropertyThe visual palette configuration of a GaugeChartVisual .

dataLabels?

Type: IResolvable | DataLabelOptionsProperty (optional)

The data label configuration of a GaugeChartVisual .


fieldWells?

Type: IResolvable | GaugeChartFieldWellsProperty (optional)

The field well configuration of a GaugeChartVisual .


gaugeChartOptions?

Type: IResolvable | GaugeChartOptionsProperty (optional)

The options that determine the presentation of the GaugeChartVisual .


tooltipOptions?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip configuration of a GaugeChartVisual .


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

The visual palette configuration of a GaugeChartVisual .