Skip to main content

Properties

NameTypeDescription
nodeconstructs.NodeThe tree node.
stackTerraformStackThe stack in which this resource is defined.

nodeRequired

public readonly node: Node;
  • Type: constructs.Node
The tree node.

stackRequired

public readonly stack: TerraformStack;
The stack in which this resource is defined.