# IAWSSDKConfig Properties

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

## Profile

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

```csharp
public abstract string? Profile { get; set; }
```

## Region

- Name: `Region`
- Modifiers: `abstract` `nullable` `get; set`
- Returns: `RegionEndpoint?`

```csharp
public abstract RegionEndpoint? Region { get; set; }
```

## SDKValidationEnabled

- Name: `SDKValidationEnabled`
- Modifiers: `abstract` `get; set`
- Returns: `bool`

```csharp
public abstract bool SDKValidationEnabled { get; set; }
```
