Difference between revisions of "Aws dms describe-connections"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}} *<code>describe-connections</code> ==See also== * {{aws dms}} * {{RDS}} Category:AWS")
 
Tags: Mobile web edit, Mobile edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
*<code>describe-connections</code>
+
[[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==
 
==See also==

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

Advertising: