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
func Node() ConstructNode
- Type: ConstructNode
The construct tree node for this construct.
StackRequired
func Stack() Stack
- Type: Stack
The stack in which this resource is defined.