Show / Hide Table of Contents

Interface IDependable

Trait marker for classes that can be depended upon.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface IDependable
Syntax (vb)
Public Interface IDependable
Remarks

The presence of this interface indicates that an object has an IDependableTrait implementation.

This interface can be used to take an (ordering) dependency on a set of constructs. An ordering dependency implies that the resources represented by those constructs are deployed before the resources depending ON them are deployed.

Synopsis

Back to top Generated by DocFX