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>
Resource Type definition for AWS:Connect::Rule
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
The list of actions that will be executed when a rule is triggered.
Link copied to clipboard
The Amazon Resource Name (ARN) of the instance.
Link copied to clipboard
The publish status of a rule, either draft or published.
Link copied to clipboard
The event source that triggers the rule.