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