eventCategories

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

Parameters

value

A list of event categories for a SourceType that you want to subscribe to. See https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-event-notifications.html or run aws redshift describe-event-categories.


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


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

Parameters

values

A list of event categories for a SourceType that you want to subscribe to. See https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-event-notifications.html or run aws redshift describe-event-categories.