Interface CfnTopic.DataAggregationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopic.DataAggregationProperty.Jsii$Proxy
- Enclosing class:
CfnTopic
@Stability(Stable)
public static interface CfnTopic.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.services.quicksight.*;
DataAggregationProperty dataAggregationProperty = DataAggregationProperty.builder()
.datasetRowDateGranularity("datasetRowDateGranularity")
.defaultDateColumnName("defaultDateColumnName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopic.DataAggregationPropertystatic final classAn implementation forCfnTopic.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
-