AWS::QuickSight::Dashboard DefaultFilterControlConfiguration
The default configuration for all dependent controls of the filter.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ControlOptions" :
DefaultFilterControlOptions
, "Title" :String
}
YAML
ControlOptions:
DefaultFilterControlOptions
Title:String
Properties
ControlOptions
-
The control option for the
DefaultFilterControlConfiguration
.Required: Yes
Type: DefaultFilterControlOptions
Update requires: No interruption
Title
-
The title of the
DefaultFilterControlConfiguration
. This title is shared by all controls that are tied to this filter.Required: Yes
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption