recordTemplate

@JvmName(name = "ehggmxhrosmumefq")
suspend fun recordTemplate(value: Output<String>)
@JvmName(name = "qvpmrtilegeeixlo")
suspend fun recordTemplate(value: String?)

Parameters

value

String to use as template for each record instead of the default json key value mapping. All fields used in the template must be present in field_names as well, otherwise they will end up as null. Format as a Go text/template without any standard functions, like conditionals, loops, sub-templates, etc.