layers

@JvmName(name = "jhklvgobgqgbolwb")
suspend fun layers(value: Output<List<String>>)
@JvmName(name = "bkjmyqqiptmuppta")
suspend fun layers(value: List<String>?)

Parameters

value

List of layers.

NOTE: Multiple layers will be merged in the order of array subscripts from large to small, and the contents of layers with small subscripts will overwrite the files with the same name of layers with large subscripts.


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


@JvmName(name = "bhaoomqiwkhowvyh")
suspend fun layers(values: List<Output<String>>)
@JvmName(name = "uitcvhsaiuubohdj")
suspend fun layers(vararg values: String)

Parameters

values

List of layers.

NOTE: Multiple layers will be merged in the order of array subscripts from large to small, and the contents of layers with small subscripts will overwrite the files with the same name of layers with large subscripts.