AWS::QuickSight::Dashboard TableFieldOptions
The field options for a table visual.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Order" :[ String, ... ], "SelectedFieldOptions" :[ TableFieldOption, ... ]}
YAML
Order:- StringSelectedFieldOptions:- TableFieldOption
Properties
Order-
The order of field IDs of the field options for a table visual.
Required: No
Type: List of String
Maximum:
100Update requires: No interruption
SelectedFieldOptions-
The selected field options for the table field options.
Required: No
Type: List of TableFieldOption
Maximum:
100Update requires: No interruption