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.50.0 (build d1830a4)", date="2021-12-30T11:50:30.980Z") @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
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.
-
-
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.
-