

# EventSubscription
<a name="API_EventSubscription"></a>

Describes an event notification subscription created by the `CreateEventSubscription` operation.

## Contents
<a name="API_EventSubscription_Contents"></a>

 ** CustomerAwsId **   <a name="DMS-Type-EventSubscription-CustomerAwsId"></a>
The AWS customer account associated with the AWS DMS event notification subscription.  
Type: String  
Required: No

 ** CustSubscriptionId **   <a name="DMS-Type-EventSubscription-CustSubscriptionId"></a>
The AWS DMS event notification subscription Id.  
Type: String  
Required: No

 ** Enabled **   <a name="DMS-Type-EventSubscription-Enabled"></a>
Boolean value that indicates if the event subscription is enabled.  
Type: Boolean  
Required: No

 ** EventCategoriesList **   <a name="DMS-Type-EventSubscription-EventCategoriesList"></a>
A lists of event categories.  
Type: Array of strings  
Required: No

 ** SnsTopicArn **   <a name="DMS-Type-EventSubscription-SnsTopicArn"></a>
The topic ARN of the AWS DMS event notification subscription.  
Type: String  
Required: No

 ** SourceIdsList **   <a name="DMS-Type-EventSubscription-SourceIdsList"></a>
A list of source Ids for the event subscription.  
Type: Array of strings  
Required: No

 ** SourceType **   <a name="DMS-Type-EventSubscription-SourceType"></a>
 The type of AWS DMS resource that generates events.   
Valid values: replication-instance \$1 replication-server \$1 security-group \$1 replication-task  
Type: String  
Required: No

 ** Status **   <a name="DMS-Type-EventSubscription-Status"></a>
The status of the AWS DMS event notification subscription.  
Constraints:  
Can be one of the following: creating \$1 modifying \$1 deleting \$1 active \$1 no-permission \$1 topic-not-exist  
The status "no-permission" indicates that AWS 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.  
Type: String  
Required: No

 ** SubscriptionCreationTime **   <a name="DMS-Type-EventSubscription-SubscriptionCreationTime"></a>
The time the AWS DMS event notification subscription was created.  
Type: String  
Required: No

## See Also
<a name="API_EventSubscription_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/dms-2016-01-01/EventSubscription) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/dms-2016-01-01/EventSubscription) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/dms-2016-01-01/EventSubscription) 