Show / Hide Table of Contents

Interface IConstruct

Represents a construct.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface IConstruct : 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

ConstructNode

Back to top Generated by DocFX