GetEventIntegrationResult

data class GetEventIntegrationResult(val description: String? = null, val eventIntegrationArn: String? = null, val tags: List<EventIntegrationTag>? = null)

Constructors

Link copied to clipboard
fun GetEventIntegrationResult(description: String? = null, eventIntegrationArn: String? = null, tags: List<EventIntegrationTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The event integration description.

Link copied to clipboard

The Amazon Resource Name (ARN) of the event integration.

Link copied to clipboard

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