Amazon DMS · Schema

EventSubscription

Describes an event notification subscription created by the CreateEventSubscription operation.

Data ReplicationDatabaseDatabase MigrationMigration

Properties

Name Type Description
CustomerAwsId object
CustSubscriptionId object
SnsTopicArn object
Status object
SubscriptionCreationTime object
SourceType object
SourceIdsList object
EventCategoriesList object
Enabled object
View JSON Schema on GitHub

JSON Schema

amazon-dms-event-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-dms/refs/heads/main/json-schema/amazon-dms-event-subscription-schema.json",
  "title": "EventSubscription",
  "description": "Describes an event notification subscription created by the <code>CreateEventSubscription</code> operation.",
  "type": "object",
  "properties": {
    "CustomerAwsId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The Amazon Web Services customer account associated with the DMS event notification subscription."
        }
      ]
    },
    "CustSubscriptionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The DMS event notification subscription Id."
        }
      ]
    },
    "SnsTopicArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The topic ARN of the DMS event notification subscription."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "<p>The status of the DMS event notification subscription.</p> <p>Constraints:</p> <p>Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist</p> <p>The status \"no-permission\" indicates that 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.</p>"
        }
      ]
    },
    "SubscriptionCreationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The time the DMS event notification subscription was created."
        }
      ]
    },
    "SourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "<p> The type of DMS resource that generates events. </p> <p>Valid values: replication-instance | replication-server | security-group | replication-task</p>"
        }
      ]
    },
    "SourceIdsList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SourceIdsList"
        },
        {
          "description": "A list of source Ids for the event subscription."
        }
      ]
    },
    "EventCategoriesList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventCategoriesList"
        },
        {
          "description": "A lists of event categories."
        }
      ]
    },
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Boolean value that indicates if the event subscription is enabled."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-dms-event-subscription"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.