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