formats

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


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