metricMonitors

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


@JvmName(name = "ukxinklqtwydocmp")
suspend fun metricMonitors(values: List<Output<LaunchMetricDefinitionObjectArgs>>)
@JvmName(name = "eouykotetdvtdcug")
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 = "atgsrsujnrwmbbrw")
suspend fun metricMonitors(argument: List<suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit>)
@JvmName(name = "ctfrlmifnswurjye")
suspend fun metricMonitors(vararg argument: suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit)
@JvmName(name = "arpsiuvqqrtgyihr")
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.