Class CompositeDependable
Composite dependable.
public class CompositeDependable : DeputyBase, IDependable
- Inheritance
-
CompositeDependable
- Implements
-
IDependable
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IAM;
using Amazon.CDK;
IDependable dependable;
var compositeDependable = new CompositeDependable(dependable);
Remarks
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.
ExampleMetadata: fixture=_generated
Constructors
CompositeDependable(params IDependable[])
public CompositeDependable(params IDependable[] dependables)
Parameters
dependables
IDependable[]