# 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/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/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`)
