# AWSCDKEnvironmentResourceConfig Properties

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [AWSCDKEnvironmentResourceConfig](/reference/api/csharp/aspire.hosting.aws/awscdkenvironmentresourceconfig.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.

## AWSSDKConfig

- Name: `AWSSDKConfig`
- Modifiers: `nullable` `get; init`
- Returns: [IAWSSDKConfig?](/reference/api/csharp/aspire.hosting.aws/iawssdkconfig.md)

```csharp
public IAWSSDKConfig? AWSSDKConfig { get; init; }
```

## DisablePlatformCorrection

- Name: `DisablePlatformCorrection`
- Modifiers: `get; init`
- Returns: `bool`

```csharp
public bool DisablePlatformCorrection { get; init; }
```
