Difference between revisions of "Aws dms describe-event-subscriptions"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
         {
 
         {
 
             "CustomerAwsId": "12345678",
 
             "CustomerAwsId": "12345678",
             "CustSubscriptionId": "TableError",
+
             "CustSubscriptionId": "[[TableError]]",
 
             "SnsTopicArn": "arn:aws:sns:eu-central-1:12345678:my-aws-alarms-slack",
 
             "SnsTopicArn": "arn:aws:sns:eu-central-1:12345678:my-aws-alarms-slack",
 
             "Status": "active",
 
             "Status": "active",

Revision as of 13:30, 17 March 2022

aws dms describe-event-subscriptions
{
    "EventSubscriptionsList": [
        {
            "CustomerAwsId": "12345678",
            "CustSubscriptionId": "TableError",
            "SnsTopicArn": "arn:aws:sns:eu-central-1:12345678:my-aws-alarms-slack",
            "Status": "active",
            "SubscriptionCreationTime": "2021-10-27 09:19:03.98",
            "SourceType": "replication-task",
            "Enabled": true
        }
    ]
}

Related

See also

Advertising: