

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Analysis TableFieldWells
<a name="aws-properties-quicksight-analysis-tablefieldwells"></a>

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
<a name="aws-properties-quicksight-analysis-tablefieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-analysis-tablefieldwells-syntax.json"></a>

```
{
  "[TableAggregatedFieldWells](#cfn-quicksight-analysis-tablefieldwells-tableaggregatedfieldwells)" : TableAggregatedFieldWells,
  "[TableUnaggregatedFieldWells](#cfn-quicksight-analysis-tablefieldwells-tableunaggregatedfieldwells)" : TableUnaggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-analysis-tablefieldwells-syntax.yaml"></a>

```
  [TableAggregatedFieldWells](#cfn-quicksight-analysis-tablefieldwells-tableaggregatedfieldwells): 
    TableAggregatedFieldWells
  [TableUnaggregatedFieldWells](#cfn-quicksight-analysis-tablefieldwells-tableunaggregatedfieldwells): 
    TableUnaggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-analysis-tablefieldwells-properties"></a>

`TableAggregatedFieldWells`  <a name="cfn-quicksight-analysis-tablefieldwells-tableaggregatedfieldwells"></a>
The aggregated field well for the table.  
*Required*: No  
*Type*: [TableAggregatedFieldWells](aws-properties-quicksight-analysis-tableaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TableUnaggregatedFieldWells`  <a name="cfn-quicksight-analysis-tablefieldwells-tableunaggregatedfieldwells"></a>
The unaggregated field well for the table.  
*Required*: No  
*Type*: [TableUnaggregatedFieldWells](aws-properties-quicksight-analysis-tableunaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)