The display options of a control.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DateTimeFormat" : String
,
"InfoIconLabelOptions" : SheetControlInfoIconLabelOptions
,
"TitleOptions" : LabelOptions
}
YAML
DateTimeFormat: String
InfoIconLabelOptions:
SheetControlInfoIconLabelOptions
TitleOptions:
LabelOptions
Properties
DateTimeFormat
-
Customize how dates are formatted in controls.
Required: No
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption
InfoIconLabelOptions
-
The configuration of info icon label options.
Required: No
Type: SheetControlInfoIconLabelOptions
Update requires: No interruption
TitleOptions
-
The options to configure the title visibility, name, and font size.
Required: No
Type: LabelOptions
Update requires: No interruption