GetAnomalyDetectorPlainArgs

data class GetAnomalyDetectorPlainArgs(val arn: String) : ConvertibleToJava<GetAnomalyDetectorPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector

Functions

Link copied to clipboard
open override fun toJava(): GetAnomalyDetectorPlainArgs