Interface CfnFleetMetric.AggregationTypeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFleetMetric.AggregationTypeProperty.Jsii$Proxy
Enclosing class:
CfnFleetMetric

@Stability(Stable) public static interface CfnFleetMetric.AggregationTypeProperty extends software.amazon.jsii.JsiiSerializable
The type of aggregation queries.

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.iot.*;
 AggregationTypeProperty aggregationTypeProperty = AggregationTypeProperty.builder()
         .name("name")
         .values(List.of("values"))
         .build();