metricMonitors

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


@JvmName(name = "vrwbbsjsasrvyfkm")
suspend fun metricMonitors(values: List<Output<LaunchMetricMonitorArgs>>)
@JvmName(name = "hmfbgjaysfhunhbk")
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 = "uilfkbodmixhybed")
suspend fun metricMonitors(argument: List<suspend LaunchMetricMonitorArgsBuilder.() -> Unit>)
@JvmName(name = "xicghgwssgyumdlh")
suspend fun metricMonitors(vararg argument: suspend LaunchMetricMonitorArgsBuilder.() -> Unit)
@JvmName(name = "lmvajhbbeabbkisb")
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.