GetFleetMetricResult

data class GetFleetMetricResult(val aggregationField: String? = null, val aggregationType: FleetMetricAggregationType? = null, val creationDate: String? = null, val description: String? = null, val indexName: String? = null, val lastModifiedDate: String? = null, val metricArn: String? = null, val period: Int? = null, val queryString: String? = null, val queryVersion: String? = null, val tags: List<Tag>? = null, val unit: String? = null, val version: Double? = null)

Constructors

Link copied to clipboard
constructor(aggregationField: String? = null, aggregationType: FleetMetricAggregationType? = null, creationDate: String? = null, description: String? = null, indexName: String? = null, lastModifiedDate: String? = null, metricArn: String? = null, period: Int? = null, queryString: String? = null, queryVersion: String? = null, tags: List<Tag>? = null, unit: String? = null, version: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The aggregation field to perform aggregation and metric emission

Link copied to clipboard

The type of the aggregation query.

Link copied to clipboard
val creationDate: String? = null

The creation date of a fleet metric

Link copied to clipboard
val description: String? = null

The description of a fleet metric

Link copied to clipboard
val indexName: String? = null

The index name of a fleet metric

Link copied to clipboard

The last modified date of a fleet metric

Link copied to clipboard
val metricArn: String? = null

The Amazon Resource Number (ARN) of a fleet metric metric

Link copied to clipboard
val period: Int? = null

The period of metric emission in seconds

Link copied to clipboard
val queryString: String? = null

The Fleet Indexing query used by a fleet metric

Link copied to clipboard
val queryVersion: String? = null

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

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

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

Link copied to clipboard
val unit: String? = null

The unit of data points emitted by a fleet metric

Link copied to clipboard
val version: Double? = null

The version of a fleet metric