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.

Lists categories of events subscribed to, and generated by, the applicable DMS resource type. This data type appears in response to the DescribeEventCategories action.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.EventCategoryGroup

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

Syntax

C#
public class EventCategoryGroup

The EventCategoryGroup type exposes the following members

Constructors

NameDescription
Public Method EventCategoryGroup()

Properties

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

Gets and sets the property EventCategories.

A list of event categories from a source type that you've chosen.

Public Property SourceType System.String

Gets and sets the property SourceType.

The type of DMS resource that generates events.

Valid values: replication-instance | replication-server | security-group | 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