GetConnectionPlainArgs

data class GetConnectionPlainArgs(val id: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetConnectionPlainArgs>

A collection of arguments for invoking getConnection.

Constructors

Link copied to clipboard
constructor(id: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val id: String

Concatenation of the catalog ID and connection name. For example, if your account ID is 123456789123 and the connection name is conn then the ID is 123456789123:conn.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags assigned to the resource

Functions

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