# YarpActiveHealthCheckConfig

- Module: [Aspire.Hosting.Yarp](/reference/api/typescript/aspire.hosting.yarp.md)
- Version: `13.3.0`
- Kind: `type`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
type YarpActiveHealthCheckConfig = {
  Enabled: boolean;
  Interval: timespan;
  Path: string;
  Policy: string;
  Query: string;
  Timeout: timespan;
}
```

## Fields

- `Enabled`: `boolean`
- `Interval`: `timespan`
- `Path`: `string`
- `Policy`: `string`
- `Query`: `string`
- `Timeout`: `timespan`
