# IConstructResource<T>

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

## Definition

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

public interface IConstructResource<T>
    : 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.IConstructResource,
      Aspire.Hosting.AWS.CDK.IResourceWithConstruct,
      Aspire.Hosting.AWS.CDK.IResourceWithConstruct<T>
    where T : IConstruct
{
    // ...
}
```
