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. |
node
Required
public readonly node: ConstructNode;
- Type: ConstructNode
The construct tree node for this construct.
stack
Required
public readonly stack: Stack;
- Type: Stack
The stack in which this resource is defined.