eventCategories

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

Parameters

value

A list of event categories for a particular source type (`SourceType`) that you want to subscribe to. You can see a list of the categories for a given source type in the "Amazon RDS event categories and event messages" section of the Amazon RDS User Guide or the Amazon Aurora User Guide. You can also see this list by using the `DescribeEventCategories` operation.


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


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

Parameters

values

A list of event categories for a particular source type (`SourceType`) that you want to subscribe to. You can see a list of the categories for a given source type in the "Amazon RDS event categories and event messages" section of the Amazon RDS User Guide or the Amazon Aurora User Guide. You can also see this list by using the `DescribeEventCategories` operation.