# SQSEventSourceOptions

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

public class SQSEventSourceOptions
{
    // ...
}
```

## Constructors

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

## Properties

- [BatchSize](/reference/api/csharp/aspire.hosting.aws/sqseventsourceoptions/properties.md#batchsize) : `int?` `get; set`
- [DisableMessageDelete](/reference/api/csharp/aspire.hosting.aws/sqseventsourceoptions/properties.md#disablemessagedelete) : `bool?` `get; set`
- [ResourceName](/reference/api/csharp/aspire.hosting.aws/sqseventsourceoptions/properties.md#resourcename) : `string?` `get; set`
- [VisibilityTimeout](/reference/api/csharp/aspire.hosting.aws/sqseventsourceoptions/properties.md#visibilitytimeout) : `int?` `get; set`
