# YarpHealthCheckConfig

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

Represents health check configuration for a YARP cluster.

## Definition

```typescript
type YarpHealthCheckConfig = {
  Active: YarpActiveHealthCheckConfig;
  AvailableDestinationsPolicy: string;
  Passive: YarpPassiveHealthCheckConfig;
}
```

## Fields

- `Active`: [YarpActiveHealthCheckConfig](/reference/api/typescript/aspire.hosting.yarp/yarpactivehealthcheckconfig.md)
- `AvailableDestinationsPolicy`: `string`
- `Passive`: [YarpPassiveHealthCheckConfig](/reference/api/typescript/aspire.hosting.yarp/yarppassivehealthcheckconfig.md)
