# DynamoDBLocalOptions

- Kind: `class`
- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Version: `13.2.0`
- Namespace: `Aspire.Hosting.AWS.DynamoDB`
- Target framework: `net8.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.DynamoDB;

public class DynamoDBLocalOptions
{
    // ...
}
```

## Constructors

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

## Properties

- [DelayTransientStatuses](/reference/api/csharp/aspire.hosting.aws/dynamodblocaloptions/properties.md#delaytransientstatuses) : `bool` `get; set`
- [DisableDynamoDBLocalTelemetry](/reference/api/csharp/aspire.hosting.aws/dynamodblocaloptions/properties.md#disabledynamodblocaltelemetry) : `bool` `get; set`
- [Image](/reference/api/csharp/aspire.hosting.aws/dynamodblocaloptions/properties.md#image) : `string` `get; set`
- [InMemory](/reference/api/csharp/aspire.hosting.aws/dynamodblocaloptions/properties.md#inmemory) : `bool` `get; set`
- [LocalStorageDirectory](/reference/api/csharp/aspire.hosting.aws/dynamodblocaloptions/properties.md#localstoragedirectory) : `string?` `get; set`
- [Port](/reference/api/csharp/aspire.hosting.aws/dynamodblocaloptions/properties.md#port) : `int?` `get; set`
- [Registry](/reference/api/csharp/aspire.hosting.aws/dynamodblocaloptions/properties.md#registry) : `string` `get; set`
- [SharedDb](/reference/api/csharp/aspire.hosting.aws/dynamodblocaloptions/properties.md#shareddb) : `bool` `get; set`
- [Tag](/reference/api/csharp/aspire.hosting.aws/dynamodblocaloptions/properties.md#tag) : `string` `get; set`
