AWS::QuickSight::Dashboard BodySectionConfiguration
The configuration of a body section.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Content" :
BodySectionContent
, "PageBreakConfiguration" :SectionPageBreakConfiguration
, "SectionId" :String
, "Style" :SectionStyle
}
YAML
Content:
BodySectionContent
PageBreakConfiguration:SectionPageBreakConfiguration
SectionId:String
Style:SectionStyle
Properties
Content
-
The configuration of content in a body section.
Required: Yes
Type: BodySectionContent
Update requires: No interruption
PageBreakConfiguration
-
The configuration of a page break for a section.
Required: No
Type: SectionPageBreakConfiguration
Update requires: No interruption
SectionId
-
The unique identifier of a body section.
Required: Yes
Type: String
Pattern:
^[\w\-]+$
Minimum:
1
Maximum:
512
Update requires: No interruption
Style
-
The style options of a body section.
Required: No
Type: SectionStyle
Update requires: No interruption