# APIGatewayType

- Module: [Aspire.Hosting.AWS](/reference/api/typescript/aspire.hosting.aws.md)
- Version: `13.7.2`
- Kind: `enum`
- Source: [GitHub](https://github.com/aws/integrations-on-dotnet-aspire-for-aws)

## Definition

```typescript
enum APIGatewayType {
  Rest = 0,
  HttpV1 = 1,
  HttpV2 = 2,
}
```

## Values

- `Rest` = `0`
- `HttpV1` = `1`
- `HttpV2` = `2`
