aws.redshift.describe_event_categories
Example SQL Queries
SELECT * FROMaws.redshift.describe_event_categories;Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| source_type Input Column 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. | 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 event categories descriptions. | STRUCT( |
Show child fields
| |