imageNames

@JvmName(name = "exmqdxadmbutioli")
suspend fun imageNames(value: Output<List<String>>)
@JvmName(name = "qsitptfxxsmcfvps")
suspend fun imageNames(value: List<String>?)

Parameters

value

Specifies a list of fully qualified image names including the repository and tag.


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


@JvmName(name = "nsobuvpfhoesdrhg")
suspend fun imageNames(values: List<Output<String>>)
@JvmName(name = "xdivfvwmtnixasgm")
suspend fun imageNames(vararg values: String)

Parameters

values

Specifies a list of fully qualified image names including the repository and tag.