containerImageNames

@JvmName(name = "vsquonrmpcihfnlv")
suspend fun containerImageNames(value: Output<List<String>>)
@JvmName(name = "sjtrndopbsegefcw")
suspend fun containerImageNames(value: List<String>?)

Parameters

value

A list of container image names to use, as would be specified by docker pull. Changing this forces a new resource to be created.


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


@JvmName(name = "vopjbagolxdllunp")
suspend fun containerImageNames(values: List<Output<String>>)
@JvmName(name = "ustlewkghdvevjrv")
suspend fun containerImageNames(vararg values: String)

Parameters

values

A list of container image names to use, as would be specified by docker pull. Changing this forces a new resource to be created.