Displays a list of categories for all event source types, or, if specified, for a specified source type.
docdb_describe_event_categories(SourceType, Filters)The type of source that is generating the events.
Valid values: db-instance, db-parameter-group, db-security-group,
db-snapshot
This parameter is not currently supported.
svc$describe_event_categories(
SourceType = "string",
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
)
)