Skip to main content
  • Extends: github.com/aws/constructs-go/constructs/v10.IConstruct
  • Implemented By: Resource, IResource

Properties

NameTypeDescription
Nodegithub.com/aws/constructs-go/constructs/v10.NodeThe tree node.
StackTerraformStackThe stack in which this resource is defined.

NodeRequired

func Node() Node
  • Type: github.com/aws/constructs-go/constructs/v10.Node
The tree node.

StackRequired

func Stack() TerraformStack
The stack in which this resource is defined.