# FlociAwsContainerResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.Floci](/reference/api/csharp/communitytoolkit.aspire.hosting.floci.md)
- Type: [FlociAwsContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.floci/flociawscontainerresource.md)
- Kind: `Constructors`
- Members: `1`

Resource for the Floci AWS emulator container.

<a id="constructor"></a>
<a id="constructor-string"></a>

## FlociAwsContainerResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.Floci/FlociAwsContainerResource.cs#L8-L36)

Resource for the Floci AWS emulator container.

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

## Parameters

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