

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 TableSideBorderOptions
<a name="aws-properties-quicksight-template-tablesideborderoptions"></a>

The side border options for a table.

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

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

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

```
{
  "[Bottom](#cfn-quicksight-template-tablesideborderoptions-bottom)" : TableBorderOptions,
  "[InnerHorizontal](#cfn-quicksight-template-tablesideborderoptions-innerhorizontal)" : TableBorderOptions,
  "[InnerVertical](#cfn-quicksight-template-tablesideborderoptions-innervertical)" : TableBorderOptions,
  "[Left](#cfn-quicksight-template-tablesideborderoptions-left)" : TableBorderOptions,
  "[Right](#cfn-quicksight-template-tablesideborderoptions-right)" : TableBorderOptions,
  "[Top](#cfn-quicksight-template-tablesideborderoptions-top)" : TableBorderOptions
}
```

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

```
  [Bottom](#cfn-quicksight-template-tablesideborderoptions-bottom): 
    TableBorderOptions
  [InnerHorizontal](#cfn-quicksight-template-tablesideborderoptions-innerhorizontal): 
    TableBorderOptions
  [InnerVertical](#cfn-quicksight-template-tablesideborderoptions-innervertical): 
    TableBorderOptions
  [Left](#cfn-quicksight-template-tablesideborderoptions-left): 
    TableBorderOptions
  [Right](#cfn-quicksight-template-tablesideborderoptions-right): 
    TableBorderOptions
  [Top](#cfn-quicksight-template-tablesideborderoptions-top): 
    TableBorderOptions
```

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

`Bottom`  <a name="cfn-quicksight-template-tablesideborderoptions-bottom"></a>
The table border options of the bottom border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-template-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InnerHorizontal`  <a name="cfn-quicksight-template-tablesideborderoptions-innerhorizontal"></a>
The table border options of the inner horizontal border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-template-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InnerVertical`  <a name="cfn-quicksight-template-tablesideborderoptions-innervertical"></a>
The table border options of the inner vertical border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-template-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Left`  <a name="cfn-quicksight-template-tablesideborderoptions-left"></a>
The table border options of the left border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-template-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Right`  <a name="cfn-quicksight-template-tablesideborderoptions-right"></a>
The table border options of the right border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-template-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Top`  <a name="cfn-quicksight-template-tablesideborderoptions-top"></a>
The table border options of the top border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-template-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)