# IResourceWithConstruct<T> Properties

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [IResourceWithConstruct<T>](/reference/api/csharp/aspire.hosting.aws/iresourcewithconstruct-1.md)
- Kind: `Properties`
- Members: `1`

## Construct

- Name: `Construct`
- Modifiers: `abstract` `get`
- Returns: `T`

```csharp
public abstract T Construct { get; }
```
