containerImageNames

@JvmName(name = "povpfbyawiptqppa")
suspend fun containerImageNames(value: Output<List<String>>)
@JvmName(name = "yrmimayvpdwxsyqb")
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 = "vunneiquwkxggpmj")
suspend fun containerImageNames(vararg values: Output<String>)


@JvmName(name = "sowtlxbicrhkduls")
suspend fun containerImageNames(values: List<Output<String>>)
@JvmName(name = "eernetoosfxgwxlr")
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.