Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Events in the Amazon RDS User Guide.
rds_describe_event_categories(SourceType, Filters)
A list with the following syntax:
list(
EventCategoriesMapList = list(
list(
SourceType = "string",
EventCategories = list(
"string"
)
)
)
)
The type of source that is generating the events.
Valid values: db-instance
| db-cluster
| db-parameter-group
|
db-security-group
| db-snapshot
| db-cluster-snapshot
This parameter isn't currently supported.
svc$describe_event_categories(
SourceType = "string",
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
)
)