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::Analysis 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:DefaultFilterControlOptionsTitle: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: 1Maximum: 2048Update requires: No interruption