GetEventIntegrationResult

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

Constructors

Link copied to clipboard
constructor(description: String? = null, eventIntegrationArn: String? = null, tags: List<Tag>? = 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
val tags: List<Tag>? = null

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