AWS::QuickSight::Template 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
Layout-
The layout configuration of the header or footer section.
Required: Yes
Type: SectionLayoutConfiguration
Update requires: No interruption
SectionId-
The unique identifier of the header or footer section.
Required: Yes
Type: String
Minimum:
1Maximum:
512Pattern:
[\w\-]+Update requires: No interruption
Style-
The style options of a header or footer section.
Required: No
Type: SectionStyle
Update requires: No interruption