Schema for replication source or target database authentication.

interface ReplicationDatabaseAuth {
    basic?: ReplicationDatabaseAuthBasic;
    iam?: ReplicationDatabaseAuthIam;
}

Properties

Properties

Schema for basic authentication of replication source or target database.

Schema for an IAM API key for replication database authentication.

Generated using TypeDoc