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

func Node() ConstructNode

The construct tree node for this construct.


StackRequired

func Stack() Stack

The stack in which this resource is defined.