FleetMetricAggregationTypeArgs

data class FleetMetricAggregationTypeArgs(val name: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<FleetMetricAggregationTypeArgs>

Aggregation types supported by Fleet Indexing

Constructors

Link copied to clipboard
constructor(name: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val name: Output<String>

Fleet Indexing aggregation type names such as Statistics, Percentiles and Cardinality

Link copied to clipboard
val values: Output<List<String>>

Fleet Indexing aggregation type values

Functions

Link copied to clipboard
open override fun toJava(): FleetMetricAggregationTypeArgs