# APIGatewayEmulatorOptions Properties

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

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.

## 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; }
```
