# The DatabaseCatalog object

## Attributes

- `name` (string, Public Preview)
  The name of the catalog in UC.
- `database_instance_name` (string, Public Preview)
  The name of the DatabaseInstance housing the database.
- `database_name` (string, Public Preview)
  The name of the database (in an instance) associated with the catalog.
- `uid` (string, Public Preview)
- `create_database_if_not_exists` (boolean, Public Preview)

## Example

```json
{
  "name": "string",
  "database_instance_name": "string",
  "database_name": "string",
  "uid": "string",
  "create_database_if_not_exists": true
}
```


