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: