metricMonitors

@JvmName(name = "ntgbrvurxrkiirkr")
suspend fun metricMonitors(value: Output<List<LaunchMetricMonitorArgs>>)
@JvmName(name = "xfnwijfmpfhuydwv")
suspend fun metricMonitors(value: List<LaunchMetricMonitorArgs>?)

Parameters

value

One or up to three blocks that define the metrics that will be used to monitor the launch performance. Detailed below.


@JvmName(name = "kgtrigpsblsshsyr")
suspend fun metricMonitors(vararg values: Output<LaunchMetricMonitorArgs>)


@JvmName(name = "rpeqpcqqwcgqlkor")
suspend fun metricMonitors(values: List<Output<LaunchMetricMonitorArgs>>)
@JvmName(name = "ekexajpcqrxkxkjb")
suspend fun metricMonitors(vararg values: LaunchMetricMonitorArgs)

Parameters

values

One or up to three blocks that define the metrics that will be used to monitor the launch performance. Detailed below.


@JvmName(name = "tpknlfwplkjlhcyq")
suspend fun metricMonitors(argument: List<suspend LaunchMetricMonitorArgsBuilder.() -> Unit>)
@JvmName(name = "ybnhlreoqwualsef")
suspend fun metricMonitors(vararg argument: suspend LaunchMetricMonitorArgsBuilder.() -> Unit)
@JvmName(name = "bmmkvawfochwiyvi")
suspend fun metricMonitors(argument: suspend LaunchMetricMonitorArgsBuilder.() -> Unit)

Parameters

argument

One or up to three blocks that define the metrics that will be used to monitor the launch performance. Detailed below.