

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Template BodySectionRepeatDimensionConfiguration
<a name="aws-properties-quicksight-template-bodysectionrepeatdimensionconfiguration"></a>

Describes the dataset column and constraints for the dynamic values used to repeat the contents of a section. The dataset column is either **Category** or **Numeric** column configuration

## Syntax
<a name="aws-properties-quicksight-template-bodysectionrepeatdimensionconfiguration-syntax"></a>

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

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

```
{
  "[DynamicCategoryDimensionConfiguration](#cfn-quicksight-template-bodysectionrepeatdimensionconfiguration-dynamiccategorydimensionconfiguration)" : {{BodySectionDynamicCategoryDimensionConfiguration}},
  "[DynamicNumericDimensionConfiguration](#cfn-quicksight-template-bodysectionrepeatdimensionconfiguration-dynamicnumericdimensionconfiguration)" : {{BodySectionDynamicNumericDimensionConfiguration}}
}
```

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

```
  [DynamicCategoryDimensionConfiguration](#cfn-quicksight-template-bodysectionrepeatdimensionconfiguration-dynamiccategorydimensionconfiguration): {{
    BodySectionDynamicCategoryDimensionConfiguration}}
  [DynamicNumericDimensionConfiguration](#cfn-quicksight-template-bodysectionrepeatdimensionconfiguration-dynamicnumericdimensionconfiguration): {{
    BodySectionDynamicNumericDimensionConfiguration}}
```

## Properties
<a name="aws-properties-quicksight-template-bodysectionrepeatdimensionconfiguration-properties"></a>

`DynamicCategoryDimensionConfiguration`  <a name="cfn-quicksight-template-bodysectionrepeatdimensionconfiguration-dynamiccategorydimensionconfiguration"></a>
Describes the **Category** dataset column and constraints around the dynamic values that will be used in repeating the section contents.  
*Required*: No  
*Type*: [BodySectionDynamicCategoryDimensionConfiguration](aws-properties-quicksight-template-bodysectiondynamiccategorydimensionconfiguration.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DynamicNumericDimensionConfiguration`  <a name="cfn-quicksight-template-bodysectionrepeatdimensionconfiguration-dynamicnumericdimensionconfiguration"></a>
Describes the **Numeric** dataset column and constraints around the dynamic values used to repeat the contents of a section.  
*Required*: No  
*Type*: [BodySectionDynamicNumericDimensionConfiguration](aws-properties-quicksight-template-bodysectiondynamicnumericdimensionconfiguration.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)