aws.dms.describe_event_categories
Example SQL Queries
SELECT * FROMaws.dms.describe_event_categories;Description
Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the Database Migration Service User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters applied to the event categories. | STRUCT( |
Show child fields
| |
| source_type Input Column The type of DMS resource that generates events. Valid values: replication-instance | replication-task | 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_category_group_list A list of event categories. | STRUCT( |
Show child fields
| |