> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CSharp: IResource

> CDKTN Core API Reference for IResource in CSharp.

* *Extends:* Constructs.IConstruct

* *Implemented By:* <a href="#cdktn.Resource">Resource</a>, <a href="#cdktn.IResource">IResource</a>

## Properties <a name="Properties" id="Properties" />

| **Name**                                                         | **Type**                                                        | **Description**                              |
| ---------------------------------------------------------------- | --------------------------------------------------------------- | -------------------------------------------- |
| <code><a href="#cdktn.IResource.property.node">Node</a></code>   | <code>Constructs.Node</code>                                    | The tree node.                               |
| <code><a href="#cdktn.IResource.property.stack">Stack</a></code> | <code><a href="#cdktn.TerraformStack">TerraformStack</a></code> | The stack in which this resource is defined. |

***

### `Node`<sup>Required</sup> <a name="Node" id="cdktn.IResource.property.node" />

```csharp theme={null}
public Node Node { get; }
```

* *Type:* Constructs.Node

The tree node.

***

### `Stack`<sup>Required</sup> <a name="Stack" id="cdktn.IResource.property.stack" />

```csharp theme={null}
public TerraformStack Stack { get; }
```

* *Type:* <a href="#cdktn.TerraformStack">TerraformStack</a>

The stack in which this resource is defined.

***
