AWS::QuickSight::Topic TopicSingularFilterConstant - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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