# KurrentDBResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.KurrentDB](/reference/api/csharp/communitytoolkit.aspire.hosting.kurrentdb.md)
- Type: [KurrentDBResource](/reference/api/csharp/communitytoolkit.aspire.hosting.kurrentdb/kurrentdbresource.md)
- Kind: `Constructors`
- Members: `1`

A resource that represents a KurrentDB container.

## KurrentDBResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/67afcca30f02c18687f9c5219313710af9706630/src/CommunityToolkit.Aspire.Hosting.KurrentDB/KurrentDBResource.cs#L10)

A resource that represents a KurrentDB container.

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

## Parameters

- `name` (`string`)
  The name of the resource.
