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