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: List of BodySectionConfiguration
Maximum:
28Update requires: No interruption
CanvasSizeOptions-
The options for the canvas of a section-based layout.
Required: Yes
Type: SectionBasedLayoutCanvasSizeOptions
Update requires: No interruption
FooterSections-
A list of footer section configurations.
Required: Yes
Type: List of HeaderFooterSectionConfiguration
Maximum:
1Update requires: No interruption
HeaderSections-
A list of header section configurations.
Required: Yes
Type: List of HeaderFooterSectionConfiguration
Maximum:
1Update requires: No interruption