metricMonitors

@JvmName(name = "bmyoqequqadbjant")
suspend fun metricMonitors(value: Output<List<LaunchMetricDefinitionObjectArgs>>)
@JvmName(name = "icqthsnsoidukjsw")
suspend fun metricMonitors(value: List<LaunchMetricDefinitionObjectArgs>?)

Parameters

value

An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.


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


@JvmName(name = "nbkduidfdcabsucy")
suspend fun metricMonitors(values: List<Output<LaunchMetricDefinitionObjectArgs>>)
@JvmName(name = "tocfoxckgotovhxp")
suspend fun metricMonitors(vararg values: LaunchMetricDefinitionObjectArgs)

Parameters

values

An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.


@JvmName(name = "eqpuoiyccddnkveg")
suspend fun metricMonitors(argument: List<suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit>)
@JvmName(name = "cekrrbornriwaenx")
suspend fun metricMonitors(vararg argument: suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit)
@JvmName(name = "aulvacywmlrxtabl")
suspend fun metricMonitors(argument: suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit)

Parameters

argument

An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.