AWS::QuickSight::Template GlobalTableBorderOptions
Determines the border options for a table visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SideSpecificBorder" :
TableSideBorderOptions
, "UniformBorder" :TableBorderOptions
}
Properties
SideSpecificBorder
-
Determines the options for side specific border.
Required: No
Type: TableSideBorderOptions
Update requires: No interruption
UniformBorder
-
Determines the options for uniform border.
Required: No
Type: TableBorderOptions
Update requires: No interruption