metricMonitors

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


@JvmName(name = "ecdnrokcbmrmbuhe")
suspend fun metricMonitors(values: List<Output<LaunchMetricDefinitionObjectArgs>>)
@JvmName(name = "tdlipsltquujovsb")
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 = "sbfefttsbgruwpfy")
suspend fun metricMonitors(argument: List<suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit>)
@JvmName(name = "nhtvsplxuwcfyivj")
suspend fun metricMonitors(vararg argument: suspend LaunchMetricDefinitionObjectArgsBuilder.() -> Unit)
@JvmName(name = "ccdweaghpblyuqrb")
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.