# IConstructResource

- 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`, `IResourceWithParent`, `IResourceWithParent<IResourceWithConstruct>`, `IResourceWithWaitSupport`, [IResourceWithConstruct](/reference/api/csharp/aspire.hosting.aws/iresourcewithconstruct.md)

## Definition

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

public interface IConstructResource
    : Aspire.Hosting.ApplicationModel.IResource,
      Aspire.Hosting.ApplicationModel.IResourceWithParent,
      Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.AWS.CDK.IResourceWithConstruct>,
      Aspire.Hosting.ApplicationModel.IResourceWithWaitSupport,
      Aspire.Hosting.AWS.CDK.IResourceWithConstruct
{
    // ...
}
```
