AWS::QuickSight::Topic TopicSingularFilterConstant
A structure that represents a singular filter constant, used in filters to specify a single value to match against.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConstantType" :
String
, "SingularConstant" :String
}
YAML
ConstantType:
String
SingularConstant:String
Properties
ConstantType
-
The type of the singular filter constant. Valid values for this structure are
SINGULAR
.Required: No
Type: String
Allowed values:
SINGULAR | RANGE | COLLECTIVE
Update requires: No interruption
SingularConstant
-
The value of the singular filter constant.
Required: No
Type: String
Minimum:
0
Maximum:
256
Update requires: No interruption