# K6Resource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.k6](/reference/api/csharp/communitytoolkit.aspire.hosting.k6.md)
- Type: [K6Resource](/reference/api/csharp/communitytoolkit.aspire.hosting.k6/k6resource.md)
- Kind: `Constructors`
- Members: `1`

A resource that represents a Grafana k6 instance

## K6Resource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.k6/K6Resource.cs#L12)

A resource that represents a Grafana k6 instance

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

## Parameters

- `name` (`string`)
