AWS::QuickSight::Dashboard DefaultRelativeDateTimeControlOptions
The default options that correspond to the RelativeDateTime
filter control type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CommitMode" :
String
, "DisplayOptions" :RelativeDateTimeControlDisplayOptions
}
YAML
CommitMode:
String
DisplayOptions:RelativeDateTimeControlDisplayOptions
Properties
CommitMode
-
The visibility configuration of the Apply button on a
RelativeDateTimeControl
.Required: No
Type: String
Allowed values:
AUTO | MANUAL
Update requires: No interruption
DisplayOptions
-
The display options of a control.
Required: No
Type: RelativeDateTimeControlDisplayOptions
Update requires: No interruption