# LambdaEmulatorOptions Properties

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

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.

## AllowDowngrade

- Name: `AllowDowngrade`
- Modifiers: `get; set`
- Returns: `bool`

```csharp
public bool AllowDowngrade { get; set; }
```

## ConfigStoragePath

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

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

## DisableAutoInstall

- Name: `DisableAutoInstall`
- Modifiers: `get; set`
- Returns: `bool`

```csharp
public bool DisableAutoInstall { get; set; }
```

## DisableHttpsEndpoint

- Name: `DisableHttpsEndpoint`
- Modifiers: `get; set`
- Returns: `bool`

```csharp
public bool DisableHttpsEndpoint { get; set; }
```

## HttpPort

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

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

## HttpsPort

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

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

## OverrideMinimumInstallVersion

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

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