The configuration of a header or footer section.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Layout" : SectionLayoutConfiguration
,
"SectionId" : String
,
"Style" : SectionStyle
}
YAML
Layout:
SectionLayoutConfiguration
SectionId: String
Style:
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:
1
Maximum:
512
Update requires: No interruption
-
The style options of a header or footer section.
Required: No
Type: SectionStyle
Update requires: No interruption