interface GaugeChartFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.GaugeChartFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_GaugeChartFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.GaugeChartFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.GaugeChartFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » 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
| Name | Type | Description |
|---|---|---|
| target | IResolvable | (IResolvable | Measure)[] | The target value field wells of a GaugeChartVisual . |
| values? | IResolvable | (IResolvable | Measure)[] | The value field wells of a GaugeChartVisual . |
targetValues?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The target value field wells of a GaugeChartVisual .
values?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The value field wells of a GaugeChartVisual .

.NET
Go
Java
Python
TypeScript