eventCategories

@JvmName(name = "tuycwfholoklpmhr")
suspend fun eventCategories(value: Output<List<String>>)
@JvmName(name = "yjsjwclmjxpwnlpv")
suspend fun eventCategories(value: List<String>?)

Parameters

value

A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.


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


@JvmName(name = "vjhvllfeputdsotx")
suspend fun eventCategories(values: List<Output<String>>)
@JvmName(name = "quebtyjjyiobuycu")
suspend fun eventCategories(vararg values: String)

Parameters

values

A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.