# Cdf Config

A Lakebase CDF configuration (CdfConfig): one per Postgres schema per
 database, replicating that schema's tables into a Unity Catalog schema.
 Immutable once created.

## The CdfConfig object

- [cdf-config/object.md](cdf-config/object.md)

## Endpoints

### Get

- [GET /api/2.0/postgres/{name=projects/*/branches/*/databases/*/cdf-configs/*}](get-cdf-config.md)

### List

- [GET /api/2.0/postgres/{parent=projects/*/branches/*/databases/*}/cdf-configs](list-cdf-configs.md)

### Create

- [POST /api/2.0/postgres/{parent=projects/*/branches/*/databases/*}/cdf-configs](create-cdf-config.md)

### Delete

- [DELETE /api/2.0/postgres/{name=projects/*/branches/*/databases/*/cdf-configs/*}](delete-cdf-config.md)

