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 Node { get; }

The construct tree node for this construct.


StackRequired

public Stack Stack { get; }

The stack in which this resource is defined.