@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.754Z") @Stability(value=Stable) public class CompositeDependable extends software.amazon.jsii.JsiiObject implements software.constructs.IDependable
Not as simple as eagerly getting the dependency roots from the inner dependables, as they may be mutable so we need to defer the query.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iam.*; import software.constructs.*; IDependable dependable; CompositeDependable compositeDependable = new CompositeDependable(dependable);
| Modifier | Constructor and Description |
|---|---|
|
CompositeDependable(software.constructs.IDependable... dependables) |
protected |
CompositeDependable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CompositeDependable(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CompositeDependable(software.amazon.jsii.JsiiObjectRef objRef)
protected CompositeDependable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CompositeDependable(@NotNull
software.constructs.IDependable... dependables)
dependables - This parameter is required.Copyright © 2022. All rights reserved.