aws-cdk-lib.aws_quicksight.CfnTemplate.GaugeChartFieldWellsProperty

interface GaugeChartFieldWellsProperty

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

The field well configuration of a GaugeChartVisual .

Example

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

Properties

NameTypeDescription
targetValues?IResolvable | IResolvable | MeasureFieldProperty[]The target value field wells of a GaugeChartVisual .
values?IResolvable | IResolvable | MeasureFieldProperty[]The value field wells of a GaugeChartVisual .

targetValues?

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

The target value field wells of a GaugeChartVisual .


values?

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

The value field wells of a GaugeChartVisual .