AWS::QuickSight::Topic TopicCategoryFilterConstant
A constant used in a category filter.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CollectiveConstant" :
CollectiveConstant
, "ConstantType" :String
, "SingularConstant" :String
}
YAML
CollectiveConstant:
CollectiveConstant
ConstantType:String
SingularConstant:String
Properties
CollectiveConstant
-
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
Required: No
Type: CollectiveConstant
Update requires: No interruption
ConstantType
-
The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are
SINGULAR
andCOLLECTIVE
.Required: No
Type: String
Allowed values:
SINGULAR | RANGE | COLLECTIVE
Update requires: No interruption
SingularConstant
-
A singular constant used in a category filter. This element is used to specify a single value for the constant.
Required: No
Type: String
Minimum:
0
Maximum:
256
Update requires: No interruption