RuleTriggerEventSourceArgs

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
val integrationAssociationArn: Output<String>? = null

The Amazon Resource Name (ARN) of the integration association. `IntegrationAssociationArn` is required if `TriggerEventSource` is one of the following values: `OnZendeskTicketCreate` | `OnZendeskTicketStatusUpdate` | `OnSalesforceCaseCreate`

Functions

Link copied to clipboard
open override fun toJava(): RuleTriggerEventSourceArgs