keys

@JvmName(name = "tqovewnkhtrkwoqm")
suspend fun keys(value: Output<List<String>>)
@JvmName(name = "dpxtvwnljxcwhnhv")
suspend fun keys(value: List<String>)

Parameters

value

Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.


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


@JvmName(name = "duyiwxsuuacfmvdg")
suspend fun keys(values: List<Output<String>>)
@JvmName(name = "ihcrfcvebdytwlbl")
suspend fun keys(vararg values: String)

Parameters

values

Define the names of the keys in the resulting map. The input json array elements are mapped in order, one for every key.