# LambdaEmulatorOptions

- 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 LambdaEmulatorOptions
{
    // ...
}
```

## Constructors

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

## Properties

- [AllowDowngrade](/reference/api/csharp/aspire.hosting.aws/lambdaemulatoroptions/properties.md#allowdowngrade) : `bool` `get; set`
- [ConfigStoragePath](/reference/api/csharp/aspire.hosting.aws/lambdaemulatoroptions/properties.md#configstoragepath) : `string?` `get; set`
- [DisableAutoInstall](/reference/api/csharp/aspire.hosting.aws/lambdaemulatoroptions/properties.md#disableautoinstall) : `bool` `get; set`
- [DisableHttpsEndpoint](/reference/api/csharp/aspire.hosting.aws/lambdaemulatoroptions/properties.md#disablehttpsendpoint) : `bool` `get; set`
- [HttpPort](/reference/api/csharp/aspire.hosting.aws/lambdaemulatoroptions/properties.md#httpport) : `int?` `get; set`
- [HttpsPort](/reference/api/csharp/aspire.hosting.aws/lambdaemulatoroptions/properties.md#httpsport) : `int?` `get; set`
- [OverrideMinimumInstallVersion](/reference/api/csharp/aspire.hosting.aws/lambdaemulatoroptions/properties.md#overrideminimuminstallversion) : `string?` `get; set`
