RuleArgs

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
val actions: Output<RuleActionsArgs>? = null

The list of actions that will be executed when a rule is triggered.

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

The conditions of a rule.

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

The Amazon Resource Name (ARN) of the instance.

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

The name of the rule.

Link copied to clipboard
val publishStatus: Output<RulePublishStatus>? = null

The publish status of a rule, either draft or published.

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

One or more tags.

Link copied to clipboard

The event source that triggers the rule.

Functions

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