structValues

@JvmName(name = "ypcuweyrspwtuweb")
suspend fun structValues(value: Output<Map<String, String>>)
@JvmName(name = "xtdkmudpywgijkqx")
suspend fun structValues(value: Map<String, String>?)

Parameters

value

Optional The struct field values, in order of the struct type's declaration.


@JvmName(name = "scdisuwkktewbptj")
fun structValues(vararg values: Pair<String, String>)

Parameters

values

Optional The struct field values, in order of the struct type's declaration.