public static final class ITrigger.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ITrigger.Jsii$Default
ITrigger.Jsii$Default, ITrigger.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
void |
executeAfter(software.constructs.Construct... scopes)
Adds trigger dependencies.
|
void |
executeBefore(software.constructs.Construct... scopes)
Adds this trigger as a dependency on other constructs.
|
ConstructNode |
getNode()
The construct tree node for this construct.
|
public final ConstructNode getNode()
getNode
in interface IConstruct
getNode
in interface IConstruct.Jsii$Default
getNode
in interface ITrigger.Jsii$Default
public final void executeAfter(software.constructs.Construct... scopes)
Execute this trigger only after these construct scopes have been provisioned.
executeAfter
in interface ITrigger
executeAfter
in interface ITrigger.Jsii$Default
scopes
- A list of construct scopes which this trigger will depend on. This parameter is required.public final void executeBefore(software.constructs.Construct... scopes)
This means that this trigger will get executed before the given construct(s).
executeBefore
in interface ITrigger
executeBefore
in interface ITrigger.Jsii$Default
scopes
- A list of construct scopes which will take a dependency on this trigger. This parameter is required.