HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/awscli/examples/rds/describe-event-categories.rst
**To describe event categories**

The following ``describe-event-categories`` example retrieves details about the event categories for all available event sources. ::

    aws rds describe-event-categories

Output::

    {
        "EventCategoriesMapList": [
            {
                "SourceType": "db-instance",
                "EventCategories": [
                    "deletion",
                    "read replica",
                    "failover",
                    "restoration",
                    "maintenance",
                    "low storage",
                    "configuration change",
                    "backup",
                    "creation",
                    "availability",
                    "recovery",
                    "failure",
                    "backtrack",
                    "notification"
                ]
            },
            {
                "SourceType": "db-security-group",
                "EventCategories": [
                    "configuration change",
                    "failure"
                ]
            },
            {
                "SourceType": "db-parameter-group",
                "EventCategories": [
                    "configuration change"
                ]
            },
            {
                "SourceType": "db-snapshot",
                "EventCategories": [
                    "deletion",
                    "creation",
                    "restoration",
                    "notification"
                ]
            },
            {
                "SourceType": "db-cluster",
                "EventCategories": [
                    "failover",
                    "failure",
                    "notification"
                ]
            },
            {
                "SourceType": "db-cluster-snapshot",
                "EventCategories": [
                    "backup"
                ]
            }
        ]
    }