formats

@JvmName(name = "fimwffonfglmsxft")
suspend fun formats(value: Output<List<String>>)
@JvmName(name = "dmfgqvttvcmhcalb")
suspend fun formats(value: List<String>?)

Parameters

value

A list of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.


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


@JvmName(name = "efqgvhmbyhbenydk")
suspend fun formats(values: List<Output<String>>)
@JvmName(name = "wxxwydhehhsburag")
suspend fun formats(vararg values: String)

Parameters

values

A list of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.