formats

@JvmName(name = "fuspcoyhuecwaahh")
suspend fun formats(value: Output<List<String>>)
@JvmName(name = "glqdgnuammyprtkw")
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 = "nsckmltfecbwisse")
suspend fun formats(vararg values: Output<String>)


@JvmName(name = "opumbcsgppealfdd")
suspend fun formats(values: List<Output<String>>)
@JvmName(name = "rltpfvmahsrtxndm")
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.