Difference between revisions of "Aws dms describe-connections"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
 
* <code>[[aws dms]] describe-connections</code>
 
* <code>[[aws dms]] describe-connections</code>
  
 +
 +
<pre>
 +
aws dms describe-connections
 +
{
 +
    "Connections": [
 +
        {
 +
            "ReplicationInstanceArn": "arn:aws:dms:eu-central-1:789058868378:rep:M5K2FJYNM5KSDSX7O5D7QBCWZPD3G5JLLU5PY6I",
 +
            "EndpointArn": "arn:aws:dms:eu-central-1:789058868378:endpoint:OYLT23SR6PPAVOR7IHCQ2E7VVI7K4QWL2XBHIDQ",
 +
            "Status": "successful",
 +
            "EndpointIdentifier": "production-postgres-endpoint",
 +
            "ReplicationInstanceIdentifier": "production-postgres-redshift-replication-instance"
 +
        },
 +
        {
 +
            "ReplicationInstanceArn": "arn:aws:dms:eu-central-1:789058868378:rep:M5K2FJYNM5KSDSX7O5D7QBCWZPD3G5JLLU5PY6I",
 +
            "EndpointArn": "arn:aws:dms:eu-central-1:789058868378:endpoint:TZLMICYROLT6RY62NKLGF3SKS6QQ2N2FY7FYP5A",
 +
            "Status": "successful",
 +
            "EndpointIdentifier": "production-redshift-endpoint",
 +
            "ReplicationInstanceIdentifier": "production-postgres-redshift-replication-instance"
 +
        }
 +
    ]
 +
}
 +
</pre>
  
 
==See also==
 
==See also==

Revision as of 08:03, 7 September 2021


aws dms describe-connections
{
    "Connections": [
        {
            "ReplicationInstanceArn": "arn:aws:dms:eu-central-1:789058868378:rep:M5K2FJYNM5KSDSX7O5D7QBCWZPD3G5JLLU5PY6I",
            "EndpointArn": "arn:aws:dms:eu-central-1:789058868378:endpoint:OYLT23SR6PPAVOR7IHCQ2E7VVI7K4QWL2XBHIDQ",
            "Status": "successful",
            "EndpointIdentifier": "production-postgres-endpoint",
            "ReplicationInstanceIdentifier": "production-postgres-redshift-replication-instance"
        },
        {
            "ReplicationInstanceArn": "arn:aws:dms:eu-central-1:789058868378:rep:M5K2FJYNM5KSDSX7O5D7QBCWZPD3G5JLLU5PY6I",
            "EndpointArn": "arn:aws:dms:eu-central-1:789058868378:endpoint:TZLMICYROLT6RY62NKLGF3SKS6QQ2N2FY7FYP5A",
            "Status": "successful",
            "EndpointIdentifier": "production-redshift-endpoint",
            "ReplicationInstanceIdentifier": "production-postgres-redshift-replication-instance"
        }
    ]
}

See also

Advertising: