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::Topic TopicCategoryFilter
A structure that represents a category filter.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CategoryFilterFunction" :String, "CategoryFilterType" :String, "Constant" :TopicCategoryFilterConstant, "Inverse" :Boolean}
YAML
CategoryFilterFunction:StringCategoryFilterType:StringConstant:TopicCategoryFilterConstantInverse:Boolean
Properties
CategoryFilterFunction-
The category filter function. Valid values for this structure are
EXACTandCONTAINS.Required: No
Type: String
Allowed values:
EXACT | CONTAINSUpdate requires: No interruption
CategoryFilterType-
The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
Required: No
Type: String
Allowed values:
CUSTOM_FILTER | CUSTOM_FILTER_LIST | FILTER_LISTUpdate requires: No interruption
Constant-
The constant used in a category filter.
Required: No
Type: TopicCategoryFilterConstant
Update requires: No interruption
Inverse-
A Boolean value that indicates if the filter is inverse.
Required: No
Type: Boolean
Update requires: No interruption