

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Template HeaderFooterSectionConfiguration
<a name="aws-properties-quicksight-template-headerfootersectionconfiguration"></a>

The configuration of a header or footer section.

## Syntax
<a name="aws-properties-quicksight-template-headerfootersectionconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-template-headerfootersectionconfiguration-syntax.json"></a>

```
{
  "[Layout](#cfn-quicksight-template-headerfootersectionconfiguration-layout)" : SectionLayoutConfiguration,
  "[SectionId](#cfn-quicksight-template-headerfootersectionconfiguration-sectionid)" : String,
  "[Style](#cfn-quicksight-template-headerfootersectionconfiguration-style)" : SectionStyle
}
```

### YAML
<a name="aws-properties-quicksight-template-headerfootersectionconfiguration-syntax.yaml"></a>

```
  [Layout](#cfn-quicksight-template-headerfootersectionconfiguration-layout): 
    SectionLayoutConfiguration
  [SectionId](#cfn-quicksight-template-headerfootersectionconfiguration-sectionid): String
  [Style](#cfn-quicksight-template-headerfootersectionconfiguration-style): 
    SectionStyle
```

## Properties
<a name="aws-properties-quicksight-template-headerfootersectionconfiguration-properties"></a>

`Layout`  <a name="cfn-quicksight-template-headerfootersectionconfiguration-layout"></a>
The layout configuration of the header or footer section.  
*Required*: Yes  
*Type*: [SectionLayoutConfiguration](aws-properties-quicksight-template-sectionlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SectionId`  <a name="cfn-quicksight-template-headerfootersectionconfiguration-sectionid"></a>
The unique identifier of the header or footer section.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*Minimum*: `1`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Style`  <a name="cfn-quicksight-template-headerfootersectionconfiguration-style"></a>
The style options of a header or footer section.  
*Required*: No  
*Type*: [SectionStyle](aws-properties-quicksight-template-sectionstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)