This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template DateTimePickerControlDisplayOptions
The display options of a control.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DateIconVisibility" :, "DateTimeFormat" :String, "HelperTextVisibility" :, "InfoIconLabelOptions" :SheetControlInfoIconLabelOptions, "TitleOptions" :LabelOptions}
YAML
DateIconVisibility:DateTimeFormat:StringHelperTextVisibility:InfoIconLabelOptions:SheetControlInfoIconLabelOptionsTitleOptions:LabelOptions
Properties
- DateIconVisibility
- 
                    The date icon visibility of the DateTimePickerControlDisplayOptions.Required: No Type: Allowed values: HIDDEN | VISIBLEUpdate requires: No interruption 
- DateTimeFormat
- 
                    Customize how dates are formatted in controls. Required: No Type: String Minimum: 1Maximum: 128Update requires: No interruption 
- HelperTextVisibility
- 
                    The helper text visibility of the DateTimePickerControlDisplayOptions.Required: No Type: Allowed values: HIDDEN | VISIBLEUpdate 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