Rule Trigger Event Source Args
data class RuleTriggerEventSourceArgs(val eventSourceName: Output<RuleTriggerEventSourceEventSourceName>, val integrationAssociationArn: Output<String>? = null) : ConvertibleToJava<RuleTriggerEventSourceArgs>
The event source that will trigger the rule.
Constructors
Link copied to clipboard
constructor(eventSourceName: Output<RuleTriggerEventSourceEventSourceName>, integrationAssociationArn: Output<String>? = null)