0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.139.239.25


Current Path : /proc/thread-self/root/usr/share/doc/awscli/examples/rds/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/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"
                ]
            }
        ]
    }