View a markdown version of this page

ModifyEventSubscription - AWS Database Migration Service

ModifyEventSubscription

Modifies an existing AWS DMS event notification subscription.

Request Syntax

{ "Enabled": boolean, "EventCategories": [ "string" ], "SnsTopicArn": "string", "SourceType": "string", "SubscriptionName": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

Enabled

A Boolean value; set to true to activate the subscription.

Type: Boolean

Required: No

EventCategories

A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

Type: Array of strings

Required: No

SnsTopicArn

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

Type: String

Required: No

SourceType

The type of AWS DMS resource that generates the events you want to subscribe to.

Valid values: replication-instance | replication-task

Type: String

Required: No