https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/awscli/examples/redshift/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/awscli/examples/redshift/describe-event-categories.rst
**To describe event categories for a cluster**

The following ``describe-event-categories`` example displays details for the event categories for a cluster. ::

    aws redshift describe-event-categories \
        --source-type cluster

Output::

    {
        "EventCategoriesMapList": [
            {
                "SourceType": "cluster",
                "Events": [
                    {
                        "EventId": "REDSHIFT-EVENT-2000",
                        "EventCategories": [
                            "management"
                        ],
                        "EventDescription": "Cluster <cluster name> created at <time in UTC>.",
                        "Severity": "INFO"
                    },
                    {
                        "EventId": "REDSHIFT-EVENT-2001",
                        "EventCategories": [
                            "management"
                        ],
                        "EventDescription": "Cluster <cluster name> deleted at <time in UTC>.",
                        "Severity": "INFO"
                    },
                    {
                        "EventId": "REDSHIFT-EVENT-3625",
                        "EventCategories": [
                            "monitoring"
                        ],
                        "EventDescription": "The cluster <cluster name> can't be resumed with its previous elastic network interface <ENI id>. We will allocate a new elastic network interface and associate it with the cluster node.",
                        "Severity": "INFO"
                    }
                ]
            }
        ]
    }

https://t.me/RX1948 - 2025