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

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}} == See also == * {{aws dms}}")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
 +
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 ==
 +
* <code>[[aws dms create-event-subscription]]</code>
 +
* <code>[[aws list all]]</code>
 +
* <code>[[aws dms describe-replication-tasks]]</code>
  
 
== See also ==
 
== See also ==
 
* {{aws dms}}
 
* {{aws dms}}
 +
 +
[[Category:AWS]]

Latest revision as of 00:01, 22 May 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[edit]

See also[edit]

Advertising: