metricMonitors

@JvmName(name = "uikasbvhhjheokuq")
suspend fun metricMonitors(value: Output<List<LaunchMetricDefinitionObjectArgs>>)
@JvmName(name = "xeejntduuasrnrkd")
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 = "jskevsoilbtkwjfm")
suspend fun metricMonitors(vararg values: Output<LaunchMetricDefinitionObjectArgs>)


@JvmName(name = "hogxdleissrsvklj")
suspend fun metricMonitors(values: List<Output<LaunchMetricDefinitionObjectArgs>>)
@JvmName(name = "ggsnmqrcfqkibijh")
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 = "ywixsdamrpnucnvd")
suspend fun metricMonitors(argument: List<suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit>)
@JvmName(name = "sjupwrwussfdnpiq")
suspend fun metricMonitors(vararg argument: suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit)
@JvmName(name = "yeanaowmauffhgbs")
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.