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 ConstructNode getNode();

The construct tree node for this construct.


stackRequired

public Stack getStack();

The stack in which this resource is defined.