IResource
-
Extends: IConstruct
Interface for the Resource construct.
Properties
| Name | Type | Description |
|---|---|---|
Node |
ConstructNode |
The construct tree node for this construct. |
Stack |
Stack |
The stack in which this resource is defined. |
NodeRequired
public ConstructNode Node { get; }
- Type: ConstructNode
The construct tree node for this construct.
StackRequired
public Stack Stack { get; }
- Type: Stack
The stack in which this resource is defined.