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<RuleTagArgs>>? = null, val triggerEventSource: Output<RuleTriggerEventSourceArgs>? = null) : ConvertibleToJava<RuleArgs>
Resource Type definition for AWS:Connect::Rule
Constructors
Link copied to clipboard
fun RuleArgs(actions: Output<RuleActionsArgs>? = null, function: Output<String>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, publishStatus: Output<RulePublishStatus>? = null, tags: Output<List<RuleTagArgs>>? = null, triggerEventSource: Output<RuleTriggerEventSourceArgs>? = null)