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 BodySectionConfiguration
The configuration of a body section.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Content" :BodySectionContent, "PageBreakConfiguration" :SectionPageBreakConfiguration, "RepeatConfiguration" :BodySectionRepeatConfiguration, "SectionId" :String, "Style" :SectionStyle}
YAML
Content:BodySectionContentPageBreakConfiguration:SectionPageBreakConfigurationRepeatConfiguration:BodySectionRepeatConfigurationSectionId:StringStyle: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
RepeatConfiguration-
Describes the configurations that are required to declare a section as repeating.
Required: No
Type: BodySectionRepeatConfiguration
Update requires: No interruption
SectionId-
The unique identifier of a body section.
Required: Yes
Type: String
Pattern:
^[\w\-]+$Minimum:
1Maximum:
512Update requires: No interruption
Style-
The style options of a body section.
Required: No
Type: SectionStyle
Update requires: No interruption