aws-cdk-lib.aws_quicksight.CfnDashboard.ScatterPlotFieldWellsProperty

interface ScatterPlotFieldWellsProperty

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

The field well configuration of a scatter plot.

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

NameTypeDescription
scatterPlotCategoricallyAggregatedFieldWells?IResolvable | ScatterPlotCategoricallyAggregatedFieldWellsPropertyThe aggregated field wells of a scatter plot.
scatterPlotUnaggregatedFieldWells?IResolvable | ScatterPlotUnaggregatedFieldWellsPropertyThe unaggregated field wells of a scatter plot.

scatterPlotCategoricallyAggregatedFieldWells?

Type: IResolvable | ScatterPlotCategoricallyAggregatedFieldWellsProperty (optional)

The aggregated field wells of a scatter plot.

The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.


scatterPlotUnaggregatedFieldWells?

Type: IResolvable | ScatterPlotUnaggregatedFieldWellsProperty (optional)

The unaggregated field wells of a scatter plot.

The x and y-axes of these scatter plots are unaggregated.