interface PluginVisualFieldWellProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.PluginVisualFieldWellProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_PluginVisualFieldWellProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.PluginVisualFieldWellProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.PluginVisualFieldWellProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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