This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Dashboard TableFieldWells
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.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "TableAggregatedFieldWells" :TableAggregatedFieldWells, "TableUnaggregatedFieldWells" :TableUnaggregatedFieldWells}
YAML
TableAggregatedFieldWells:TableAggregatedFieldWellsTableUnaggregatedFieldWells:TableUnaggregatedFieldWells
Properties
TableAggregatedFieldWells-
The aggregated field well for the table.
Required: No
Type: TableAggregatedFieldWells
Update requires: No interruption
TableUnaggregatedFieldWells-
The unaggregated field well for the table.
Required: No
Type: TableUnaggregatedFieldWells
Update requires: No interruption