GetCustomMetricPlainArgs

data class GetCustomMetricPlainArgs(val metricName: String) : ConvertibleToJava<GetCustomMetricPlainArgs>

Constructors

Link copied to clipboard
constructor(metricName: String)

Properties

Link copied to clipboard

The name of the custom metric. This will be used in the metric report submitted from the device/thing. Shouldn't begin with aws: . Cannot be updated once defined.

Functions

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