GetIntegrationResult

data class GetIntegrationResult(val createTime: String? = null, val integrationArn: String? = null, val integrationName: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(createTime: String? = null, integrationArn: String? = null, integrationName: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createTime: String? = null

The time (UTC) when the integration was created.

Link copied to clipboard
val integrationArn: String? = null

The Amazon Resource Name (ARN) of the integration.

Link copied to clipboard
val integrationName: String? = null

The name of the integration.

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

An array of key-value pairs to apply to this resource.