aws.dms.describe_connections
Example SQL Queries
SELECT * FROMaws.dms.describe_connections;Description
Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column The filters applied to the connection. Valid filter names: endpoint-arn | replication-instance-arn | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| endpoint_arn The ARN string that uniquely identifies the endpoint. | VARCHAR |
| endpoint_identifier 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. | VARCHAR |
| last_failure_message The error message when the connection last failed. | VARCHAR |
| replication_instance_arn The ARN of the replication instance. | VARCHAR |
| replication_instance_identifier The replication instance identifier. This parameter is stored as a lowercase string. | VARCHAR |
| status The connection status. This parameter can return one of the following values:
| VARCHAR |