metricGroups

@JvmName(name = "eouclvrceoslkcng")
suspend fun metricGroups(value: Output<List<String>>)
@JvmName(name = "lisqwhpufdvewqkh")
suspend fun metricGroups(value: List<String>?)

Parameters

value

The name of an Amazon CloudWatch metric group. A metric group aggregates the metrics for all fleets in the group. Specify a string containing the metric group name. You can use an existing name or use a new name to create a new metric group. Currently, this parameter can have only one string.


@JvmName(name = "ydqtlxymvaspfkcx")
suspend fun metricGroups(vararg values: Output<String>)


@JvmName(name = "rtlmtcwgxyjhtleb")
suspend fun metricGroups(values: List<Output<String>>)
@JvmName(name = "aewjukdyjvwmbhds")
suspend fun metricGroups(vararg values: String)

Parameters

values

The name of an Amazon CloudWatch metric group. A metric group aggregates the metrics for all fleets in the group. Specify a string containing the metric group name. You can use an existing name or use a new name to create a new metric group. Currently, this parameter can have only one string.