Interface IConstruct
Represents a construct.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface IConstruct : IDependable
Syntax (vb)
Public Interface IConstruct
Inherits IConstruct, IDependable
Synopsis
Properties
Node | The construct tree node for this construct. |
Properties
Node
The construct tree node for this construct.
ConstructNode Node { get; }
Property Value