Skip to content

IResource

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 readonly node: ConstructNode;

The construct tree node for this construct.


stackRequired

public readonly stack: Stack;

The stack in which this resource is defined.