# AttuResource Constructors

- Package: [Aspire.Hosting.Milvus](/reference/api/csharp/aspire.hosting.milvus.md)
- Type: [AttuResource](/reference/api/csharp/aspire.hosting.milvus/atturesource.md)
- Kind: `Constructors`
- Members: `1`

A resource that represents an Attu container for Milvus administration.

## AttuResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Milvus/AttuResource.cs#L12)

A resource that represents an Attu container for Milvus administration.

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

## Parameters

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