Detector Args
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<DetectorTagArgs>>? = null) : ConvertibleToJava<DetectorArgs>
A resource schema for a Detector in Amazon Fraud Detector.
Constructors
Link copied to clipboard
fun DetectorArgs(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<DetectorTagArgs>>? = null)