# IResourceWithConstruct

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

## Definition

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

public interface IResourceWithConstruct
    : Aspire.Hosting.ApplicationModel.IResource
{
    // ...
}
```

## Properties

- [Construct](/reference/api/csharp/aspire.hosting.aws/iresourcewithconstruct/properties.md#construct) : `IConstruct` `abstract` `get`
