Difference between revisions of "AWS::DMS::EventSubscription"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == See also == * {{aws dms}} * {{AWS DMS}} Category:AWS")
 
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
  
  
 +
* https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
 +
            Resources:
 +
                [[DMSEvent]]:
 +
                    Type: [[AWS::DMS]]::EventSubscription
 +
                    Properties:
 +
                        Enabled: true
 +
                        EventCategories: State Change
 +
                        [[SnsTopicArn]]: arn:aws:sns:us-east-1:123456789:testSNS
 +
                        SourceIds: []
 +
                        SourceType: [[replication-task]]
  
 +
 +
 +
<code>EventCategories: State Change | Failure | Configuration Change | Deletion | Creation</code>
 +
 +
 +
 +
== Related ==
 +
* <code>[[aws dms create-event-subscription]]</code>
  
  

Latest revision as of 08:36, 30 September 2021

Advertising: