anomalyDetection

@JvmName(name = "mwrxeleyqsiehjny")
suspend fun anomalyDetection(value: Output<AnomalyDetectionArgs>)
@JvmName(name = "fulsicjshxctmlie")
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 = "boysdipnepwnwnje")
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.