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 event notification subscription created by the CreateEventSubscription operation.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.EventSubscription

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

Syntax

C#
public class EventSubscription

The EventSubscription type exposes the following members

Constructors

NameDescription
Public Method EventSubscription()

Properties

NameTypeDescription
Public Property CustomerAwsId System.String

Gets and sets the property CustomerAwsId.

The Amazon Web Services customer account associated with the DMS event notification subscription.

Public Property CustSubscriptionId System.String

Gets and sets the property CustSubscriptionId.

The DMS event notification subscription Id.

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Boolean value that indicates if the event subscription is enabled.

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

Gets and sets the property EventCategoriesList.

A lists of event categories.

Public Property SnsTopicArn System.String

Gets and sets the property SnsTopicArn.

The topic ARN of the DMS event notification subscription.

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

Gets and sets the property SourceIdsList.

A list of source Ids for the event subscription.

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

Public Property Status System.String

Gets and sets the property Status.

The status of the DMS event notification subscription.

Constraints:

Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

The status "no-permission" indicates that DMS no longer has permission to post to the SNS topic. The status "topic-not-exist" indicates that the topic was deleted after the subscription was created.

Public Property SubscriptionCreationTime System.String

Gets and sets the property SubscriptionCreationTime.

The time the DMS event notification subscription was created.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5