@Stability(value=Stable)
public static interface CfnFleetMetric.AggregationTypeProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFleetMetric.AggregationTypeProperty.Builder
A builder for
CfnFleetMetric.AggregationTypeProperty |
static class |
CfnFleetMetric.AggregationTypeProperty.Jsii$Proxy
An implementation for
CfnFleetMetric.AggregationTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFleetMetric.AggregationTypeProperty.Builder |
builder() |
String |
getName()
The name of the aggregation type.
|
List<String> |
getValues()
A list of the values of aggregation types.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull List<String> getValues()
@Stability(value=Stable) static CfnFleetMetric.AggregationTypeProperty.Builder builder()
Copyright © 2022. All rights reserved.