aws-cdk-lib.aws_quicksight.CfnDashboard.TableFieldWellsProperty

interface TableFieldWellsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.TableFieldWellsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableFieldWellsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldWellsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.TableFieldWellsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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

NameTypeDescription
tableAggregatedFieldWells?IResolvable | TableAggregatedFieldWellsPropertyThe aggregated field well for the table.
tableUnaggregatedFieldWells?IResolvable | TableUnaggregatedFieldWellsPropertyThe unaggregated field well for the table.

tableAggregatedFieldWells?

Type: IResolvable | TableAggregatedFieldWellsProperty (optional)

The aggregated field well for the table.


tableUnaggregatedFieldWells?

Type: IResolvable | TableUnaggregatedFieldWellsProperty (optional)

The unaggregated field well for the table.