eventCategories

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

Parameters

value

A list of event categories for a SourceType that you want to subscribe to. See http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html or run aws rds describe-event-categories.


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


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

Parameters

values

A list of event categories for a SourceType that you want to subscribe to. See http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html or run aws rds describe-event-categories.