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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFleetMetric.AggregationTypeProperty
static final class
An implementation forCfnFleetMetric.AggregationTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the aggregation type.- See Also:
-
getValues
A list of the values of aggregation types.- See Also:
-
builder
-