Rule Trigger Event Source Args
data class RuleTriggerEventSourceArgs(val eventSourceName: Output<RuleTriggerEventSourceEventSourceName>, val integrationAssociationArn: Output<String>? = null) : ConvertibleToJava<RuleTriggerEventSourceArgs>
The name of the event source.
Constructors
Link copied to clipboard
constructor(eventSourceName: Output<RuleTriggerEventSourceEventSourceName>, integrationAssociationArn: Output<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`