categories

@JvmName(name = "rpfnxrtdhtmjsnxf")
suspend fun categories(value: Output<List<String>>)
@JvmName(name = "uemqxjmkqaocacwm")
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 = "bplsgkgcycainbop")
suspend fun categories(vararg values: Output<String>)


@JvmName(name = "narweifkntrrqjot")
suspend fun categories(values: List<Output<String>>)
@JvmName(name = "kylbnfrrxwppxseq")
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.'