Rule Trigger Event Source
data class RuleTriggerEventSource(val eventSourceName: RuleTriggerEventSourceEventSourceName, val integrationAssociationArn: String? = null)
The name of the event source.
Constructors
Link copied to clipboard
constructor(eventSourceName: RuleTriggerEventSourceEventSourceName, integrationAssociationArn: String? = null)
Properties
Link copied to clipboard
The name of the event source.
Link copied to clipboard
The Amazon Resource Name (ARN) of the integration association. `IntegrationAssociationArn`
is required if `TriggerEventSource`
is one of the following values: `OnZendeskTicketCreate`
| `OnZendeskTicketStatusUpdate`
| `OnSalesforceCaseCreate`