aws.dms.describe_events
Example SQL Queries
SELECT * FROMaws.dms.describe_events;Description
Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on DMS events, see Working with Events and Notifications in the Database Migration Service User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| duration Input Column The duration of the events to be listed. | BIGINT |
| end_time Input Column The end time for the events to be listed. | TIMESTAMP_S |
| event_categories Input Column The event categories available for the specified source type. | VARCHAR[] |
Show child fields
| |
| filters Input Column Filters applied to events. The only valid filter is replication-instance-id. | STRUCT( |
Show child fields
| |
| source_identifier Input Column The identifier of an event source. | VARCHAR |
| source_type Input Column The type of DMS resource that generates events. Valid values: replication-instance | endpoint | replication-task | VARCHAR |
| start_time Input Column The start time for the events to be listed. | TIMESTAMP_S |
| _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 |
| date The date of the event. | TIMESTAMP_S |
| message The event message. | VARCHAR |