StudioApplicationInstanceArgs

data class StudioApplicationInstanceArgs(val id: Output<String>? = null, val nodeName: Output<String>? = null, val nodeType: Output<String>? = null) : ConvertibleToJava<StudioApplicationInstanceArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, nodeName: Output<String>? = null, nodeType: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

The id of the instance.

Link copied to clipboard
val nodeName: Output<String>? = null

The name of the instance.

Link copied to clipboard
val nodeType: Output<String>? = null

The type of the instance.

Functions

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