DimensionArgs

data class DimensionArgs(val key: Output<String>? = null, val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<DimensionArgs>

Definition of Dimension

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, name: Output<String>? = null, value: Output<String>? = null)

Properties

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

The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).

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

The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.

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

Property value

Functions

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