containerImageNames

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


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