# RedPandaKafkaUiContainerResource

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Hosting.RedPanda](/reference/api/csharp/communitytoolkit.aspire.hosting.redpanda.md)
- Version: `13.5.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.RedPanda/RedPandaKafkaUiContainerResource.cs)
- Inherits: `ContainerResource`

A resource that represents a Kafka UI container (the `kafbat/kafka-ui` image), a web UI for managing and inspecting one or more Kafka API compatible brokers such as Redpanda.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public class RedPandaKafkaUiContainerResource
    : Aspire.Hosting.ApplicationModel.ContainerResource
{
    // ...
}
```

## ATS metadata

### ATS export

- Type ID: `CommunityToolkit.Aspire.Hosting.RedPanda/RedPandaKafkaUiContainerResource`
- Public instance properties are exported as ATS capabilities.

## Constructors

- [RedPandaKafkaUiContainerResource(string)](/reference/api/csharp/communitytoolkit.aspire.hosting.redpanda/redpandakafkauicontainerresource/constructors.md#constructor-string) -- A resource that represents a Kafka UI container (the `kafbat/kafka-ui` image), a web UI for managing and inspecting one or more Kafka API compatible brokers such as Redpanda.
