interface TopicSingularFilterConstantProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTopic.TopicSingularFilterConstantProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_TopicSingularFilterConstantProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTopic.TopicSingularFilterConstantProperty |
Python | aws_cdk.aws_quicksight.CfnTopic.TopicSingularFilterConstantProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTopic » TopicSingularFilterConstantProperty |
A structure that represents a singular filter constant, used in filters to specify a single value to match against.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const topicSingularFilterConstantProperty: quicksight.CfnTopic.TopicSingularFilterConstantProperty = {
constantType: 'constantType',
singularConstant: 'singularConstant',
};
Properties
Name | Type | Description |
---|---|---|
constant | string | The type of the singular filter constant. |
singular | string | The value of the singular filter constant. |
constantType?
Type:
string
(optional)
The type of the singular filter constant.
Valid values for this structure are SINGULAR
.
singularConstant?
Type:
string
(optional)
The value of the singular filter constant.