FleetMetricArgs

data class FleetMetricArgs(val aggregationField: Output<String>? = null, val aggregationType: Output<FleetMetricAggregationTypeArgs>? = null, val description: Output<String>? = null, val indexName: Output<String>? = null, val metricName: Output<String>? = null, val period: Output<Int>? = null, val queryString: Output<String>? = null, val queryVersion: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val unit: Output<String>? = null) : ConvertibleToJava<FleetMetricArgs>

An aggregated metric of certain devices in your fleet

Constructors

Link copied to clipboard
constructor(aggregationField: Output<String>? = null, aggregationType: Output<FleetMetricAggregationTypeArgs>? = null, description: Output<String>? = null, indexName: Output<String>? = null, metricName: Output<String>? = null, period: Output<Int>? = null, queryString: Output<String>? = null, queryVersion: Output<String>? = null, tags: Output<List<TagArgs>>? = null, unit: Output<String>? = null)

Properties

Link copied to clipboard
val aggregationField: Output<String>? = null

The aggregation field to perform aggregation and metric emission

Link copied to clipboard

The type of the aggregation query.

Link copied to clipboard
val description: Output<String>? = null

The description of a fleet metric

Link copied to clipboard
val indexName: Output<String>? = null

The index name of a fleet metric

Link copied to clipboard
val metricName: Output<String>? = null

The name of the fleet metric

Link copied to clipboard
val period: Output<Int>? = null

The period of metric emission in seconds

Link copied to clipboard
val queryString: Output<String>? = null

The Fleet Indexing query used by a fleet metric

Link copied to clipboard
val queryVersion: Output<String>? = null

The version of a Fleet Indexing query used by a fleet metric

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource

Link copied to clipboard
val unit: Output<String>? = null

The unit of data points emitted by a fleet metric

Functions

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