interface PluginVisualFieldWellProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.PluginVisualFieldWellProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_PluginVisualFieldWellProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.PluginVisualFieldWellProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.PluginVisualFieldWellProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » PluginVisualFieldWellProperty |
A collection of field wells for a plugin visual.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| axis | string | The semantic axis name for the field well. |
| dimensions? | IResolvable | (IResolvable | Dimension)[] | A list of dimensions for the field well. |
| measures? | IResolvable | (IResolvable | Measure)[] | A list of measures that exist in the field well. |
| unaggregated? | IResolvable | (IResolvable | Unaggregated)[] | A list of unaggregated fields that exist in the field well. |
axisName?
Type:
string
(optional)
The semantic axis name for the field well.
dimensions?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
A list of dimensions for the field well.
measures?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
A list of measures that exist in the field well.
unaggregated?
Type:
IResolvable | (IResolvable | Unaggregated)[]
(optional)
A list of unaggregated fields that exist in the field well.

.NET
Go
Java
Python
TypeScript