# KafkaUIContainerResource Constructors

- Package: [Aspire.Hosting.Kafka](/reference/api/csharp/aspire.hosting.kafka.md)
- Type: [KafkaUIContainerResource](/reference/api/csharp/aspire.hosting.kafka/kafkauicontainerresource.md)
- Kind: `Constructors`
- Members: `1`

A resource that represents a Kafka UI container.

## KafkaUIContainerResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Kafka/KafkaUIResource.cs#L12)

A resource that represents a Kafka UI container.

```csharp
public sealed class KafkaUIContainerResource
{
    public KafkaUIContainerResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
