EventIntegrationArgs

data class EventIntegrationArgs(val description: Output<String>? = null, val eventBridgeBus: Output<String>? = null, val eventFilter: Output<EventIntegrationEventFilterArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<EventIntegrationArgs>

Resource Type definition for AWS::AppIntegrations::EventIntegration

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, eventBridgeBus: Output<String>? = null, eventFilter: Output<EventIntegrationEventFilterArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The event integration description.

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

The Amazon Eventbridge bus for the event integration.

Link copied to clipboard

The EventFilter (source) associated with the event integration.

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

The name of the event integration.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags (keys and values) associated with the event integration.

Functions

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