{ "$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": "
The connection status. This parameter can return one of the following values:
\"successful\"
\"testing\"
\"failed\"
\"deleting\"