recordFields

@JvmName(name = "lyosnhqdcacpuwpx")
suspend fun recordFields(value: Output<List<String>>)
@JvmName(name = "gpasudhldcbavyty")
suspend fun recordFields(value: List<String>?)

Parameters

value

The list of record fields to be delivered to the destination, in order. If the delivery's log source has mandatory fields, they must be included in this list.


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


@JvmName(name = "csebgqhxxxwglhyx")
suspend fun recordFields(values: List<Output<String>>)
@JvmName(name = "phmumrehsxtpxxkj")
suspend fun recordFields(vararg values: String)

Parameters

values

The list of record fields to be delivered to the destination, in order. If the delivery's log source has mandatory fields, they must be included in this list.