Learn R Programming

paws.database (version 0.1.5)

rds_describe_event_categories: Displays a list of categories for all event source types, or, if specified, for a specified source type

Description

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 the Events topic in the Amazon RDS User Guide.

Usage

rds_describe_event_categories(SourceType, Filters)

Arguments

SourceType

The type of source that is generating the events.

Valid values: db-instance \| db-parameter-group \| db-security-group \| db-snapshot

Filters

This parameter is not currently supported.

Request syntax

svc$describe_event_categories(
  SourceType = "string",
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  )
)