

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::Analysis SectionStyle
<a name="aws-properties-quicksight-analysis-sectionstyle"></a>

The options that style a section.

## Syntax
<a name="aws-properties-quicksight-analysis-sectionstyle-syntax"></a>

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

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

```
{
  "[Height](#cfn-quicksight-analysis-sectionstyle-height)" : String,
  "[Padding](#cfn-quicksight-analysis-sectionstyle-padding)" : Spacing
}
```

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

```
  [Height](#cfn-quicksight-analysis-sectionstyle-height): String
  [Padding](#cfn-quicksight-analysis-sectionstyle-padding): 
    Spacing
```

## Properties
<a name="aws-properties-quicksight-analysis-sectionstyle-properties"></a>

`Height`  <a name="cfn-quicksight-analysis-sectionstyle-height"></a>
The height of a section.  
Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.   
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Padding`  <a name="cfn-quicksight-analysis-sectionstyle-padding"></a>
The spacing between section content and its top, bottom, left, and right edges.  
There is no padding by default.  
*Required*: No  
*Type*: [Spacing](aws-properties-quicksight-analysis-spacing.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)