Class CompositeDependable
Composite dependable.
Inheritance
System.Object
CompositeDependable
Implements
Constructs.IDependable
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CompositeDependable : DeputyBase
Syntax (vb)
Public Class CompositeDependable
Inherits DeputyBase
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
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 Constructs;
IDependable dependable;
var compositeDependable = new CompositeDependable(dependable);
Synopsis
Constructors
CompositeDependable(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CompositeDependable(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CompositeDependable(IDependable[]) |
Constructors
CompositeDependable(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CompositeDependable(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CompositeDependable(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CompositeDependable(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CompositeDependable(IDependable[])
public CompositeDependable(params IDependable[] dependables)
Parameters
- dependables Constructs.IDependable[]
Implements
Constructs.IDependable