formats

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


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