categories

@JvmName(name = "aatnrqvkdwibtyjf")
suspend fun categories(value: Output<List<String>>)
@JvmName(name = "qnwkixhonoxjshsw")
suspend fun categories(value: List<String>?)

Parameters

value

the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.'


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


@JvmName(name = "cnqhvcmbjmgcccyq")
suspend fun categories(values: List<Output<String>>)
@JvmName(name = "mnpfqvxpwyweopli")
suspend fun categories(vararg values: String)

Parameters

values

the categories of the logs. These categories are created as is convenient to the user. Some values are: 'Write', 'Delete', and/or 'Action.'