# FlociAwsContainerResource

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Hosting.Floci](/reference/api/csharp/communitytoolkit.aspire.hosting.floci.md)
- Version: `13.5.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.Floci/FlociAwsContainerResource.cs)
- Inherits: [FlociContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.floci/flocicontainerresource.md)

Resource for the Floci AWS emulator container.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public class FlociAwsContainerResource
    : Aspire.Hosting.ApplicationModel.FlociContainerResource
{
    // ...
}
```

## ATS metadata

### ATS export

- Type ID: `CommunityToolkit.Aspire.Hosting.Floci/FlociAwsContainerResource`
- Public instance properties are exported as ATS capabilities.

## Constructors

- [FlociAwsContainerResource(string)](/reference/api/csharp/communitytoolkit.aspire.hosting.floci/flociawscontainerresource/constructors.md#constructor-string) -- Resource for the Floci AWS emulator container.
