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 AWS CloudFormation template, use the following syntax:
JSON
{ "TableAggregatedFieldWells" :
TableAggregatedFieldWells
, "TableUnaggregatedFieldWells" :TableUnaggregatedFieldWells
}
YAML
TableAggregatedFieldWells:
TableAggregatedFieldWells
TableUnaggregatedFieldWells: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