Package software.constructs
Interface IDependable
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IConstruct
,IConstruct.Jsii$Default
,IDependable.Jsii$Default
- All Known Implementing Classes:
Construct
,DependencyGroup
,IConstruct.Jsii$Proxy
,IDependable.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-17T00:10:54.858Z") @Stability(Stable) public interface IDependable extends software.amazon.jsii.JsiiSerializable
Trait marker for classes that can be depended upon.The presence of this interface indicates that an object has an
IDependable
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IDependable.Jsii$Default
Internal default implementation forIDependable
.static class
IDependable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-