GetInstancePlainArgs

data class GetInstancePlainArgs(val instanceAlias: String? = null, val instanceId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetInstancePlainArgs>

A collection of arguments for invoking getInstance.

Constructors

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

Properties

Link copied to clipboard
val instanceAlias: String? = null

Returns information on a specific connect instance by alias

Link copied to clipboard
val instanceId: String? = null

Returns information on a specific connect instance by id

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

A map of tags to assigned to the instance.

Functions

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