Class CompositeDependable
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iam.CompositeDependable
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:37.881Z")
@Stability(Stable)
public class CompositeDependable
extends software.amazon.jsii.JsiiObject
implements software.constructs.IDependable
Composite dependable.
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);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCompositeDependable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCompositeDependable(software.amazon.jsii.JsiiObjectRef objRef) CompositeDependable(software.constructs.IDependable... dependables) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
CompositeDependable
protected CompositeDependable(software.amazon.jsii.JsiiObjectRef objRef) -
CompositeDependable
protected CompositeDependable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CompositeDependable
@Stability(Stable) public CompositeDependable(@NotNull software.constructs.IDependable... dependables) - Parameters:
dependables- This parameter is required.
-