anomalyDetection

@JvmName(name = "jmestfroiovrtkwb")
suspend fun anomalyDetection(value: Output<AnomalyDetectionArgs>)
@JvmName(name = "thrxtjyrcyyvyohv")
suspend fun anomalyDetection(value: AnomalyDetectionArgs?)

Parameters

value

The anomaly detection result for the target.

If no anomalies were detected, the result is normal.

If anomalies were detected, the result is anomalous.


@JvmName(name = "ionbbbdbyuocskpv")
suspend fun anomalyDetection(argument: suspend AnomalyDetectionArgsBuilder.() -> Unit)

Parameters

argument

The anomaly detection result for the target.

If no anomalies were detected, the result is normal.

If anomalies were detected, the result is anomalous.