AWS::QuickSight::Analysis TableFieldOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Analysis 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, ... ] }

Properties

Order

The order of field IDs of the field options for a table visual.

Required: No

Type: List of String

Maximum: 100

Update requires: No interruption

SelectedFieldOptions

The selected field options for the table field options.

Required: No

Type: List of TableFieldOption

Maximum: 100

Update requires: No interruption