GetCustomMetricResult

data class GetCustomMetricResult(val displayName: String? = null, val metricArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(displayName: String? = null, metricArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Field represents a friendly name in the console for the custom metric; it doesn't have to be unique. Don't use this name as the metric identifier in the device metric report. Can be updated once defined.

Link copied to clipboard
val metricArn: String? = null

The Amazon Resource Number (ARN) of the custom metric.

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

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