instances

@JvmName(name = "nnxqxpmnuprldpgi")
suspend fun instances(value: Output<List<StudioApplicationInstanceArgs>>)
@JvmName(name = "rysexpwgacvmslst")
suspend fun instances(value: List<StudioApplicationInstanceArgs>?)

Parameters

value

The instance list. Support the creation of instances in the existing vpc under the application. See the following Block instances.


@JvmName(name = "mfjxmsvcsleicikd")
suspend fun instances(vararg values: Output<StudioApplicationInstanceArgs>)


@JvmName(name = "fxwujmojpdkxbnlc")
suspend fun instances(values: List<Output<StudioApplicationInstanceArgs>>)
@JvmName(name = "cxcdvfyutevemrni")
suspend fun instances(vararg values: StudioApplicationInstanceArgs)

Parameters

values

The instance list. Support the creation of instances in the existing vpc under the application. See the following Block instances.


@JvmName(name = "xmdkysgjeemsqfcv")
suspend fun instances(argument: List<suspend StudioApplicationInstanceArgsBuilder.() -> Unit>)
@JvmName(name = "mlrhibjidpxlykwj")
suspend fun instances(vararg argument: suspend StudioApplicationInstanceArgsBuilder.() -> Unit)
@JvmName(name = "iloakhycurllcabn")
suspend fun instances(argument: suspend StudioApplicationInstanceArgsBuilder.() -> Unit)

Parameters

argument

The instance list. Support the creation of instances in the existing vpc under the application. See the following Block instances.