interface TopicNumericEqualityFilterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTopic.TopicNumericEqualityFilterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_TopicNumericEqualityFilterProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTopic.TopicNumericEqualityFilterProperty |
![]() | aws_cdk.aws_quicksight.CfnTopic.TopicNumericEqualityFilterProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTopic » TopicNumericEqualityFilterProperty |
A filter that filters topics based on the value of a numeric field.
The filter includes only topics whose numeric field value matches the specified value.
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 topicNumericEqualityFilterProperty: quicksight.CfnTopic.TopicNumericEqualityFilterProperty = {
aggregation: 'aggregation',
constant: {
constantType: 'constantType',
singularConstant: 'singularConstant',
},
};
Properties
Name | Type | Description |
---|---|---|
aggregation? | string | An aggregation function that specifies how to calculate the value of a numeric field for a topic. |
constant? | IResolvable | Topic | The constant used in a numeric equality filter. |
aggregation?
Type:
string
(optional)
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
Valid values for this structure are NO_AGGREGATION
, SUM
, AVERAGE
, COUNT
, DISTINCT_COUNT
, MAX
, MEDIAN
, MIN
, STDEV
, STDEVP
, VAR
, and VARP
.
constant?
Type:
IResolvable
|
Topic
(optional)
The constant used in a numeric equality filter.