GetEventCategoriesPlainArgs

data class GetEventCategoriesPlainArgs(val sourceType: String? = null) : ConvertibleToJava<GetEventCategoriesPlainArgs>

A collection of arguments for invoking getEventCategories.

Constructors

Link copied to clipboard
constructor(sourceType: String? = null)

Properties

Link copied to clipboard
val sourceType: String? = null

Type of source that will be generating the events. Valid options are db-instance, db-security-group, db-parameter-group, db-snapshot, db-cluster or db-cluster-snapshot.

Functions

Link copied to clipboard
open override fun toJava(): GetEventCategoriesPlainArgs