Rule Args
data class RuleArgs(val description: Output<String>? = null, val eventBusName: Output<String>? = null, val filterPattern: Output<String>? = null, val ruleName: Output<String>? = null, val status: Output<String>? = null, val targets: Output<List<RuleTargetArgs>>? = null) : ConvertibleToJava<RuleArgs>
Provides a Event Bridge Rule resource. For information about Event Bridge Rule and how to use it, see What is Rule.
NOTE: Available since v1.129.0.
Import
Event Bridge Rule can be imported using the id, e.g.
$ pulumi import alicloud:eventbridge/rule:Rule example <event_bus_name>:<rule_name>Content copied to clipboard