RuleTriggerEventSourceArgs

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)

Properties

Link copied to clipboard

The name of event source.

Link copied to clipboard
val integrationAssociationArn: Output<String>? = null

The Amazon Resource Name (ARN) for the AppIntegration association.

Functions

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