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 SectionBasedLayoutConfiguration
The configuration for a section-based layout.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BodySections" :[ BodySectionConfiguration, ... ], "CanvasSizeOptions" :SectionBasedLayoutCanvasSizeOptions, "FooterSections" :[ HeaderFooterSectionConfiguration, ... ], "HeaderSections" :[ HeaderFooterSectionConfiguration, ... ]}
YAML
BodySections:- BodySectionConfigurationCanvasSizeOptions:SectionBasedLayoutCanvasSizeOptionsFooterSections:- HeaderFooterSectionConfigurationHeaderSections:- HeaderFooterSectionConfiguration
Properties
- BodySections
- 
                    A list of body section configurations. Required: Yes Type: Array of BodySectionConfiguration Minimum: 0Maximum: 28Update requires: No interruption 
- CanvasSizeOptions
- 
                    The options for the canvas of a section-based layout. Required: Yes Type: SectionBasedLayoutCanvasSizeOptions Update requires: No interruption 
- 
                    A list of footer section configurations. Required: Yes Type: Array of HeaderFooterSectionConfiguration Minimum: 0Maximum: 1Update requires: No interruption 
- HeaderSections
- 
                    A list of header section configurations. Required: Yes Type: Array of HeaderFooterSectionConfiguration Minimum: 0Maximum: 1Update requires: No interruption