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 HeaderFooterSectionConfiguration
The configuration of a header or footer section.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Layout" :SectionLayoutConfiguration, "SectionId" :String, "Style" :SectionStyle}
YAML
Layout:SectionLayoutConfigurationSectionId:StringStyle:SectionStyle
Properties
- 
                    The layout configuration of the header or footer section. Required: Yes Type: SectionLayoutConfiguration Update requires: No interruption 
- 
                    The unique identifier of the header or footer section. Required: Yes Type: String Pattern: ^[\w\-]+$Minimum: 1Maximum: 512Update requires: No interruption 
- 
                    The style options of a header or footer section. Required: No Type: SectionStyle Update requires: No interruption