# DBaaS Endpoint Datadog Input Create

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `settings` | [Settings](/reference/api/_schemas/dbaas-endpoint-datadog-input-create/#settings) | no |  |

### Settings {#settings}

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `datadog-api-key` | string | **yes** | Datadog API key<br/><br/>Min length: `1`. Max length: `256`. |
| `site` | string | **yes** | Datadog intake site. Defaults to datadoghq.com<br/><br/>Allowed values: `us3.datadoghq.com`, `ddog-gov.com`, `datadoghq.eu`, `us5.datadoghq.com`, `ap1.datadoghq.com`, `datadoghq.com`. |
| `datadog-tags` | array of [DBaaS Datadog Tag](/reference/api/_schemas/dbaas-datadog-tag/) | no | Custom tags provided by user |
| `disable-consumer-stats` | boolean | no | Disable kafka consumer group metrics. Applies only when attached to kafka services. |
| `kafka-consumer-check-instances` | integer | no | Number of separate instances to fetch kafka consumer statistics with. Applies only when attached to kafka services.<br/><br/>Min: `1`. Max: `100`. |
| `kafka-consumer-stats-timeout` | integer | no | Number of seconds that datadog will wait to get consumer statistics from brokers. Applies only when attached to kafka services.<br/><br/>Min: `2`. Max: `300`. |
| `max-partition-contexts` | integer | no | Maximum number of partition contexts to send. Applies only when attached to kafka services.<br/><br/>Min: `200`. Max: `200000`. |

