metricGroups

@JvmName(name = "dqfvvbrgwfwwobpk")
suspend fun metricGroups(value: Output<List<String>>)
@JvmName(name = "rhplslljjxsfbogm")
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 = "aqigjbjesslteblw")
suspend fun metricGroups(vararg values: Output<String>)


@JvmName(name = "mtdskyxhpyofdroi")
suspend fun metricGroups(values: List<Output<String>>)
@JvmName(name = "wvcqisnjvihrkqjw")
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.