describe_event_categories
(**kwargs)¶Displays a list of event categories for all event source types, or for a specified source type. For a list of the event categories and source types, go to Amazon Redshift Event Notifications.
See also: AWS API Documentation
Request Syntax
response = client.describe_event_categories(
SourceType='string'
)
The source type, such as cluster or parameter group, to which the described event categories apply.
Valid values: cluster, cluster-snapshot, cluster-parameter-group, cluster-security-group, and scheduled-action.
{
'EventCategoriesMapList': [
{
'SourceType': 'string',
'Events': [
{
'EventId': 'string',
'EventCategories': [
'string',
],
'EventDescription': 'string',
'Severity': 'string'
},
]
},
]
}
Response Structure
A list of event categories descriptions.
Describes event categories.
The source type, such as cluster or cluster-snapshot, that the returned categories belong to.
The events in the event category.
Describes event information.
The identifier of an Amazon Redshift event.
The category of an Amazon Redshift event.
The description of an Amazon Redshift event.
The severity of the event.
Values: ERROR, INFO