The display options of a control.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"InfoIconLabelOptions" : SheetControlInfoIconLabelOptions
,
"SearchOptions" : ListControlSearchOptions
,
"SelectAllOptions" : ListControlSelectAllOptions
,
"TitleOptions" : LabelOptions
}
YAML
InfoIconLabelOptions:
SheetControlInfoIconLabelOptions
SearchOptions:
ListControlSearchOptions
SelectAllOptions:
ListControlSelectAllOptions
TitleOptions:
LabelOptions
Properties
InfoIconLabelOptions
-
The configuration of info icon label options.
Required: No
Type: SheetControlInfoIconLabelOptions
Update requires: No interruption
SearchOptions
-
The configuration of the search options in a list control.
Required: No
Type: ListControlSearchOptions
Update requires: No interruption
SelectAllOptions
-
The configuration of the
Select all
options in a list control.Required: No
Type: ListControlSelectAllOptions
Update requires: No interruption
TitleOptions
-
The options to configure the title visibility, name, and font size.
Required: No
Type: LabelOptions
Update requires: No interruption