# AgentCoreLocalOptions

- Kind: `class`
- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Version: `13.6.0`
- Namespace: `Aspire.Hosting.AWS.AgentCore`
- Target framework: `net10.0`

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Definition

```csharp
namespace Aspire.Hosting.AWS.AgentCore;

public class AgentCoreLocalOptions
{
    // ...
}
```

## Constructors

- [AgentCoreLocalOptions](/reference/api/csharp/aspire.hosting.aws/agentcorelocaloptions/constructors.md#constructor)

## Properties

- [ChatAppPort](/reference/api/csharp/aspire.hosting.aws/agentcorelocaloptions/properties.md#chatappport) : `int?` `get; set`
- [IncludeEmulatorLogs](/reference/api/csharp/aspire.hosting.aws/agentcorelocaloptions/properties.md#includeemulatorlogs) : `bool` `get; set`
- [MemoryEmulatorPort](/reference/api/csharp/aspire.hosting.aws/agentcorelocaloptions/properties.md#memoryemulatorport) : `int?` `get; set`
- [RuntimeEmulatorPort](/reference/api/csharp/aspire.hosting.aws/agentcorelocaloptions/properties.md#runtimeemulatorport) : `int?` `get; set`
