aws.rds.describe_event_categories
Example SQL Queries
SELECT * FROMaws.rds.describe_event_categories;Description
Displays a list of categories for all event source types, or, if specified, for a specified source type. You can also see this list in the "Amazon RDS event categories and event messages" section of the Amazon RDS User Guide or the Amazon Aurora User Guide .
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column This parameter isn't currently supported. | STRUCT( |
Show child fields
| |
| source_type Input Column The type of source that is generating the events. For RDS Proxy events, specify db-proxy. Valid Values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| event_categories_map_list A list of EventCategoriesMap data types. | STRUCT( |
Show child fields
| |