The side border options for a table.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Bottom" : TableBorderOptions
,
"InnerHorizontal" : TableBorderOptions
,
"InnerVertical" : TableBorderOptions
,
"Left" : TableBorderOptions
,
"Right" : TableBorderOptions
,
"Top" : TableBorderOptions
}
YAML
Bottom:
TableBorderOptions
InnerHorizontal:
TableBorderOptions
InnerVertical:
TableBorderOptions
Left:
TableBorderOptions
Right:
TableBorderOptions
Top:
TableBorderOptions
Properties
Bottom
-
The table border options of the bottom border.
Required: No
Type: TableBorderOptions
Update requires: No interruption
InnerHorizontal
-
The table border options of the inner horizontal border.
Required: No
Type: TableBorderOptions
Update requires: No interruption
InnerVertical
-
The table border options of the inner vertical border.
Required: No
Type: TableBorderOptions
Update requires: No interruption
Left
-
The table border options of the left border.
Required: No
Type: TableBorderOptions
Update requires: No interruption
Right
-
The table border options of the right border.
Required: No
Type: TableBorderOptions
Update requires: No interruption
Top
-
The table border options of the top border.
Required: No
Type: TableBorderOptions
Update requires: No interruption