interface BoxPlotFieldWellsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.BoxPlotFieldWellsProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_BoxPlotFieldWellsProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.BoxPlotFieldWellsProperty | 
  Python | aws_cdk.aws_quicksight.CfnTemplate.BoxPlotFieldWellsProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnTemplate » BoxPlotFieldWellsProperty | 
The field wells of a BoxPlotVisual .
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| box | IResolvable | Box | The aggregated field wells of a box plot. | 
boxPlotAggregatedFieldWells?
Type:
IResolvable | Box
(optional)
The aggregated field wells of a box plot.

 .NET
 Go
 Java
 Python
 TypeScript