Values.ConnectionSourceStatus of the connection between an endpoint and a replication instance, including Amazon Resource Names (ARNs) and the last error message issued.
type nonrec t = {replicationInstanceArn : String_.t option;The ARN of the replication instance.
*)endpointArn : String_.t option;The ARN string that uniquely identifies the endpoint.
*)status : String_.t option;The connection status. This parameter can return one of the following values: "successful" "testing" "failed" "deleting"
*)lastFailureMessage : String_.t option;The error message when the connection last failed.
*)endpointIdentifier : String_.t option;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 : String_.t option;The replication instance identifier. This parameter is stored as a lowercase string.
*)}