metricMonitors

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


@JvmName(name = "okbwwpvprfugmlht")
suspend fun metricMonitors(values: List<Output<LaunchMetricMonitorArgs>>)
@JvmName(name = "vruxbcpfowmpovma")
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 = "rluxfbustxedlcxa")
suspend fun metricMonitors(argument: List<suspend LaunchMetricMonitorArgsBuilder.() -> Unit>)
@JvmName(name = "xghespismwpxmsuy")
suspend fun metricMonitors(vararg argument: suspend LaunchMetricMonitorArgsBuilder.() -> Unit)
@JvmName(name = "aicnviacgipwtwxw")
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.