Detector Args
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)