Amazon DMS · Schema
Connection
Status of the connection between an endpoint and a replication instance, including Amazon Resource Names (ARNs) and the last error message issued.
Data ReplicationDatabaseDatabase MigrationMigration
Properties
| Name | Type | Description |
|---|---|---|
| ReplicationInstanceArn | object | |
| EndpointArn | object | |
| Status | object | |
| LastFailureMessage | object | |
| EndpointIdentifier | object | |
| ReplicationInstanceIdentifier | object |
JSON Schema
{
"$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-connection-schema.json",
"title": "Connection",
"description": "Status of the connection between an endpoint and a replication instance, including Amazon Resource Names (ARNs) and the last error message issued.",
"type": "object",
"properties": {
"ReplicationInstanceArn": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The ARN of the replication instance."
}
]
},
"EndpointArn": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The ARN string that uniquely identifies the endpoint."
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "<p>The connection status. This parameter can return one of the following values:</p> <ul> <li> <p> <code>\"successful\"</code> </p> </li> <li> <p> <code>\"testing\"</code> </p> </li> <li> <p> <code>\"failed\"</code> </p> </li> <li> <p> <code>\"deleting\"</code> </p> </li> </ul>"
}
]
},
"LastFailureMessage": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The error message when the connection last failed."
}
]
},
"EndpointIdentifier": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The identifier of the endpoint. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens."
}
]
},
"ReplicationInstanceIdentifier": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The replication instance identifier. This parameter is stored as a lowercase string."
}
]
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-dms-connection"
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.