# LambdaFunctionOptions Properties

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

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.

## ApplicationLogLevel

- Name: `ApplicationLogLevel`
- Modifiers: `get; set`
- Returns: `ApplicationLogLevel`

```csharp
public ApplicationLogLevel ApplicationLogLevel { get; set; }
```

## LogFormat

- Name: `LogFormat`
- Modifiers: `get; set`
- Returns: `LogFormat`

```csharp
public LogFormat LogFormat { get; set; }
```
