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.
AWS::QuickSight::Analysis BodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DimensionConfigurations" :[ BodySectionRepeatDimensionConfiguration, ... ], "NonRepeatingVisuals" :[ String, ... ], "PageBreakConfiguration" :BodySectionRepeatPageBreakConfiguration}
YAML
DimensionConfigurations:- BodySectionRepeatDimensionConfigurationNonRepeatingVisuals:- StringPageBreakConfiguration:BodySectionRepeatPageBreakConfiguration
Properties
- DimensionConfigurations
- 
                    List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.Required: No Type: Array of BodySectionRepeatDimensionConfiguration Minimum: 0Maximum: 3Update requires: No interruption 
- NonRepeatingVisuals
- 
                    List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances. Required: No Type: Array of String Minimum: 1 | 0Maximum: 512 | 20Update requires: No interruption 
- PageBreakConfiguration
- 
                    Page break configuration to apply for each repeating instance. Required: No Type: BodySectionRepeatPageBreakConfiguration Update requires: No interruption