# IStackResource<T> Properties

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

## Stack

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

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