GetDetectorResult

data class GetDetectorResult(val arn: String? = null, val associatedModels: List<DetectorModel>? = null, val createdTime: String? = null, val description: String? = null, val detectorVersionId: String? = null, val detectorVersionStatus: DetectorVersionStatus? = null, val eventType: DetectorEventType? = null, val lastUpdatedTime: String? = null, val ruleExecutionMode: DetectorRuleExecutionMode? = null, val rules: List<DetectorRule>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, associatedModels: List<DetectorModel>? = null, createdTime: String? = null, description: String? = null, detectorVersionId: String? = null, detectorVersionStatus: DetectorVersionStatus? = null, eventType: DetectorEventType? = null, lastUpdatedTime: String? = null, ruleExecutionMode: DetectorRuleExecutionMode? = null, rules: List<DetectorRule>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the detector.

Link copied to clipboard

The models to associate with this detector.

Link copied to clipboard
val createdTime: String? = null

The time when the detector was created.

Link copied to clipboard
val description: String? = null

The description of the detector.

Link copied to clipboard

The active version ID of the detector

Link copied to clipboard

The desired detector version status for the detector

Link copied to clipboard

The event type to associate this detector with.

Link copied to clipboard
val lastUpdatedTime: String? = null

The time when the detector was last updated.

Link copied to clipboard

The rule execution mode for the rules included in the detector version. Valid values: FIRST_MATCHED | ALL_MATCHED Default value: FIRST_MATCHED You can define and edit the rule mode at the detector version level, when it is in draft status. If you specify FIRST_MATCHED , Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule. If you specifiy ALL_MATCHED , Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules.

Link copied to clipboard
val rules: List<DetectorRule>? = null

The rules to include in the detector version.

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

Tags associated with this detector.