# APIGatewayType

- Kind: `enum`
- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Version: `13.2.0`
- Namespace: `Aspire.Hosting.AWS.Lambda`
- Target framework: `net8.0`

Provides the base class for enumerations.

## Definition

```csharp
namespace Aspire.Hosting.AWS.Lambda;

public enum APIGatewayType
```

## Enum Members

| Name | Value | Description |
| --- | --- | --- |
| Rest | 0 |  |
| HttpV1 | 1 |  |
| HttpV2 | 2 |  |
