DetectorArgs

data class DetectorArgs(val associatedModels: Output<List<DetectorModelArgs>>? = null, val description: Output<String>? = null, val detectorId: Output<String>? = null, val detectorVersionStatus: Output<DetectorVersionStatus>? = null, val eventType: Output<DetectorEventTypeArgs>? = null, val ruleExecutionMode: Output<DetectorRuleExecutionMode>? = null, val rules: Output<List<DetectorRuleArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DetectorArgs>

A resource schema for a Detector in Amazon Fraud Detector.

Constructors

Link copied to clipboard
constructor(associatedModels: Output<List<DetectorModelArgs>>? = null, description: Output<String>? = null, detectorId: Output<String>? = null, detectorVersionStatus: Output<DetectorVersionStatus>? = null, eventType: Output<DetectorEventTypeArgs>? = null, ruleExecutionMode: Output<DetectorRuleExecutionMode>? = null, rules: Output<List<DetectorRuleArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

The models to associate with this detector.

Link copied to clipboard
val description: Output<String>? = null

The description of the detector.

Link copied to clipboard
val detectorId: Output<String>? = null

The ID of the detector

Link copied to clipboard

The desired detector version status for the detector

Link copied to clipboard
val eventType: Output<DetectorEventTypeArgs>? = null

The event type to associate this detector with.

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: Output<List<DetectorRuleArgs>>? = null

The rules to include in the detector version.

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

Tags associated with this detector.

Functions

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