metricMonitors

@JvmName(name = "mogadmtsxaftsxbn")
suspend fun metricMonitors(value: Output<List<LaunchMetricMonitorArgs>>)
@JvmName(name = "echwupoxtmlkcxyw")
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 = "ckegwmtgcpnyaquo")
suspend fun metricMonitors(vararg values: Output<LaunchMetricMonitorArgs>)


@JvmName(name = "qcmvfvibqogmnptd")
suspend fun metricMonitors(values: List<Output<LaunchMetricMonitorArgs>>)
@JvmName(name = "pcikmmoewgvvbhuh")
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 = "vbwonjvutvykhtba")
suspend fun metricMonitors(argument: List<suspend LaunchMetricMonitorArgsBuilder.() -> Unit>)
@JvmName(name = "uxdduutakhncpreh")
suspend fun metricMonitors(vararg argument: suspend LaunchMetricMonitorArgsBuilder.() -> Unit)
@JvmName(name = "dhuoevmmodubbmmn")
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.