interface DataAggregationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnTopicPropsMixin.DataAggregationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnTopicPropsMixin_DataAggregationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTopicPropsMixin.DataAggregationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnTopicPropsMixin.DataAggregationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnTopicPropsMixin » DataAggregationProperty |
The definition of a data aggregation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const dataAggregationProperty: quicksight_mixins.CfnTopicPropsMixin.DataAggregationProperty = {
datasetRowDateGranularity: 'datasetRowDateGranularity',
defaultDateColumnName: 'defaultDateColumnName',
};
Properties
| Name | Type | Description |
|---|---|---|
| dataset | string | The level of time precision that is used to aggregate DateTime values. |
| default | string | The column name for the default date. |
datasetRowDateGranularity?
Type:
string
(optional)
The level of time precision that is used to aggregate DateTime values.
defaultDateColumnName?
Type:
string
(optional)
The column name for the default date.

.NET
Go
Java
Python
TypeScript