Table of Contents

Interface IConstruct

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Represents a construct.

public interface IConstruct : IConstruct, IDependable

Properties

Node

The construct tree node for this construct.

ConstructNode Node { get; }

Property Value

ConstructNode