interface TableFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.TableFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_TableFieldWellsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.TableFieldWellsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.TableFieldWellsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » TableFieldWellsProperty |
The field wells for a table visual.
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 |
|---|---|---|
| table | IResolvable | Table | The aggregated field well for the table. |
| table | IResolvable | Table | The unaggregated field well for the table. |
tableAggregatedFieldWells?
Type:
IResolvable | Table
(optional)
The aggregated field well for the table.
tableUnaggregatedFieldWells?
Type:
IResolvable | Table
(optional)
The unaggregated field well for the table.

.NET
Go
Java
Python
TypeScript