anomalyDetection

@JvmName(name = "mvdvcxdgwxqlaeep")
suspend fun anomalyDetection(value: Output<AnomalyDetectionArgs>)
@JvmName(name = "ibrpumpdvltxkytm")
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 = "oropqqoigqrjwngy")
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.