GetDetectorModelResult

data class GetDetectorModelResult(val detectorModelDefinition: DetectorModelDefinition? = null, val detectorModelDescription: String? = null, val evaluationMethod: DetectorModelEvaluationMethod? = null, val roleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(detectorModelDefinition: DetectorModelDefinition? = null, detectorModelDescription: String? = null, evaluationMethod: DetectorModelEvaluationMethod? = null, roleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information that defines how a detector operates.

Link copied to clipboard

A brief description of the detector model.

Link copied to clipboard

Information about the order in which events are evaluated and how actions are executed.

Link copied to clipboard
val roleArn: String? = null

The ARN of the role that grants permission to ITE to perform its operations.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag.