Detector Rule Args
data class DetectorRuleArgs(val arn: Output<String>? = null, val createdTime: Output<String>? = null, val description: Output<String>? = null, val detectorId: Output<String>? = null, val expression: Output<String>? = null, val language: Output<DetectorRuleLanguage>? = null, val lastUpdatedTime: Output<String>? = null, val outcomes: Output<List<DetectorOutcomeArgs>>? = null, val ruleId: Output<String>? = null, val ruleVersion: Output<String>? = null, val tags: Output<List<DetectorTagArgs>>? = null) : ConvertibleToJava<DetectorRuleArgs>
Constructors
Link copied to clipboard
constructor(arn: Output<String>? = null, createdTime: Output<String>? = null, description: Output<String>? = null, detectorId: Output<String>? = null, expression: Output<String>? = null, language: Output<DetectorRuleLanguage>? = null, lastUpdatedTime: Output<String>? = null, outcomes: Output<List<DetectorOutcomeArgs>>? = null, ruleId: Output<String>? = null, ruleVersion: Output<String>? = null, tags: Output<List<DetectorTagArgs>>? = null)
Properties
Link copied to clipboard
The time when the event type was created.
Link copied to clipboard
The description.
Link copied to clipboard
The detector for which the rule is associated.
Link copied to clipboard
The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
Link copied to clipboard
The rule language. Valid Value: DETECTORPL
Link copied to clipboard
The time when the event type was last updated.
Link copied to clipboard
The rule outcome.
Link copied to clipboard
The rule version.
Link copied to clipboard
Tags associated with this event type.