@Internal public static final class ITrigger.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ITrigger.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeITrigger.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.
|
software.constructs.Node |
getNode()
The tree node.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final software.constructs.Node getNode()
getNode in interface ITrigger.Jsii$DefaultgetNode in interface software.constructs.IConstructgetNode in interface software.constructs.IConstruct.Jsii$Default@Stability(value=Stable)
public final void executeAfter(@NotNull
software.constructs.Construct... scopes)
Execute this trigger only after these construct scopes have been provisioned.
executeAfter in interface ITriggerexecuteAfter in interface ITrigger.Jsii$Defaultscopes - A list of construct scopes which this trigger will depend on. This parameter is required.@Stability(value=Stable)
public final void executeBefore(@NotNull
software.constructs.Construct... scopes)
This means that this trigger will get executed before the given construct(s).
executeBefore in interface ITriggerexecuteBefore in interface ITrigger.Jsii$Defaultscopes - A list of construct scopes which will take a dependency on this trigger. This parameter is required.Copyright © 2022. All rights reserved.