containerGroupDefinitionNames

@JvmName(name = "ybbwuwtbjntgrvun")
suspend fun containerGroupDefinitionNames(value: Output<List<String>>)
@JvmName(name = "bjmmqlwpltrrsmos")
suspend fun containerGroupDefinitionNames(value: List<String>)

Parameters

value

The names of the container group definitions that will be created in an instance. You must specify exactly one REPLICA container group. You have the option to also specify one DAEMON container group.


@JvmName(name = "wmnfxqwkkwebrdve")
suspend fun containerGroupDefinitionNames(vararg values: Output<String>)


@JvmName(name = "krmjrgcqktdrjwga")
suspend fun containerGroupDefinitionNames(values: List<Output<String>>)
@JvmName(name = "gisitbnjmjcjwslt")
suspend fun containerGroupDefinitionNames(vararg values: String)

Parameters

values

The names of the container group definitions that will be created in an instance. You must specify exactly one REPLICA container group. You have the option to also specify one DAEMON container group.