Interface CfnTopicPropsMixin.DataAggregationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicPropsMixin.DataAggregationProperty.Jsii$Proxy
- Enclosing class:
CfnTopicPropsMixin
@Stability(Stable)
public static interface CfnTopicPropsMixin.DataAggregationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
DataAggregationProperty dataAggregationProperty = DataAggregationProperty.builder()
.datasetRowDateGranularity("datasetRowDateGranularity")
.defaultDateColumnName("defaultDateColumnName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicPropsMixin.DataAggregationPropertystatic final classAn implementation forCfnTopicPropsMixin.DataAggregationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatasetRowDateGranularity
The level of time precision that is used to aggregateDateTimevalues.- See Also:
-
getDefaultDateColumnName
The column name for the default date.- See Also:
-
builder
-