recordTemplate

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

Parameters

value

String to use as template for each record instead of the default comma-separated list. 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.