AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an identifiable significant activity that affects a replication instance or task. This object can provide the message, the available event categories, the date and source of the event, and the DMS resource type.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.DMSEvent

Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class DMSEvent

The DMSEvent type exposes the following members

Constructors

NameDescription
Public Method DMSEvent()

Properties

NameTypeDescription
Public Property Date System.DateTime

Gets and sets the property Date.

The date of the event.

Public Property EventCategories System.Collections.Generic.List<System.String>

Gets and sets the property EventCategories.

The event categories available for the specified source type.

Public Property Message System.String

Gets and sets the property Message.

The event message.

Public Property SourceIdentifier System.String

Gets and sets the property SourceIdentifier.

The identifier of an event source.

Public Property SourceType Amazon.DatabaseMigrationService.SourceType

Gets and sets the property SourceType.

The type of DMS resource that generates events.

Valid values: replication-instance | endpoint | replication-task

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5