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
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DynamicCategoryDimensionConfiguration" : BodySectionDynamicCategoryDimensionConfiguration
,
"DynamicNumericDimensionConfiguration" : BodySectionDynamicNumericDimensionConfiguration
}
YAML
DynamicCategoryDimensionConfiguration:
BodySectionDynamicCategoryDimensionConfiguration
DynamicNumericDimensionConfiguration:
BodySectionDynamicNumericDimensionConfiguration
Properties
DynamicCategoryDimensionConfiguration
-
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
Required: No
Type: BodySectionDynamicCategoryDimensionConfiguration
Update requires: No interruption
DynamicNumericDimensionConfiguration
-
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
Required: No
Type: BodySectionDynamicNumericDimensionConfiguration
Update requires: No interruption