Rule Args
data class RuleArgs(val actions: Output<RuleActionsArgs>? = null, val function: Output<String>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val publishStatus: Output<RulePublishStatus>? = null, val tags: Output<List<TagArgs>>? = null, val triggerEventSource: Output<RuleTriggerEventSourceArgs>? = null) : ConvertibleToJava<RuleArgs>
Creates a rule for the specified CON instance.
Constructors
Link copied to clipboard
constructor(actions: Output<RuleActionsArgs>? = null, function: Output<String>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, publishStatus: Output<RulePublishStatus>? = null, tags: Output<List<TagArgs>>? = null, triggerEventSource: Output<RuleTriggerEventSourceArgs>? = null)
Properties
Link copied to clipboard
A list of actions to be run when the rule is triggered.
Link copied to clipboard
The Amazon Resource Name (ARN) of the instance.
Link copied to clipboard
The publish status of the rule. Allowed values: `DRAFT`
| `PUBLISHED`
Link copied to clipboard
The event source to trigger the rule.