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

## Definition

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

public interface IResourceWithConstruct<T>
    : Aspire.Hosting.ApplicationModel.IResource,
      Aspire.Hosting.AWS.CDK.IResourceWithConstruct
    where T : IConstruct
{
    // ...
}
```

## Properties

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