DetectorRuleArgs

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
val arn: Output<String>? = null

The rule ARN.

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

The time when the event type was created.

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

The description.

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

The detector for which the rule is associated.

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

The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .

Link copied to clipboard
val language: Output<DetectorRuleLanguage>? = null

The rule language. Valid Value: DETECTORPL

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

The time when the event type was last updated.

Link copied to clipboard
val outcomes: Output<List<DetectorOutcomeArgs>>? = null

The rule outcome.

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

The rule ID.

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

The rule version.

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

Tags associated with this event type.

Functions

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