fieldNames

@JvmName(name = "mjqjxgdshgedeghs")
suspend fun fieldNames(value: Output<List<String>>)
@JvmName(name = "vfjxhftnrtujjxwv")
suspend fun fieldNames(value: List<String>?)

Parameters

value

List of field names to be included in the Logpush output. For the moment, there is no option to add all fields at once, so you must specify all the fields names you are interested in.


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


@JvmName(name = "ofdqwhbittxgrkfn")
suspend fun fieldNames(values: List<Output<String>>)
@JvmName(name = "vjloohdvqmgbdqgm")
suspend fun fieldNames(vararg values: String)

Parameters

values

List of field names to be included in the Logpush output. For the moment, there is no option to add all fields at once, so you must specify all the fields names you are interested in.