# DynamoDBStreamsEventSourceOptions Properties

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [DynamoDBStreamsEventSourceOptions](/reference/api/csharp/aspire.hosting.aws/dynamodbstreamseventsourceoptions.md)
- Kind: `Properties`
- Members: `3`

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.

## BatchSize

- Name: `BatchSize`
- Modifiers: `nullable` `get; set`
- Returns: `int?`

```csharp
public int? BatchSize { get; set; }
```

## PollingIntervalMs

- Name: `PollingIntervalMs`
- Modifiers: `nullable` `get; set`
- Returns: `int?`

```csharp
public int? PollingIntervalMs { get; set; }
```

## ResourceName

- Name: `ResourceName`
- Modifiers: `nullable` `get; set`
- Returns: `string?`

```csharp
public string? ResourceName { get; set; }
```
