eventCategories

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


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