Package-level declarations

Types

Link copied to clipboard
data class ConnectionTag(val key: String, val value: String)

A key-value pair to associate with a resource.

Link copied to clipboard
data class GetConnectionResult(val connectionArn: String? = null, val connectionStatus: String? = null, val ownerAccountId: String? = null, val tags: List<ConnectionTag>? = null)