eventCategories

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

Parameters

value

A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.


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


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

Parameters

values

A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.