eventCategories

@JvmName(name = "xdsioysrmbkfegxm")
suspend fun eventCategories(value: Output<List<String>>)
@JvmName(name = "capalscfcsqrxnqm")
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 = "etydfowypnbdcvei")
suspend fun eventCategories(vararg values: Output<String>)


@JvmName(name = "pipvffnillyvckth")
suspend fun eventCategories(values: List<Output<String>>)
@JvmName(name = "acjqpmeisjdfghsb")
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.