@Internal public static interface ITrigger.Jsii$Default extends ITrigger, IConstruct.Jsii$Default
ITrigger.ITrigger.Jsii$Default, ITrigger.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default void |
executeAfter(software.constructs.Construct... scopes)
(experimental) Adds trigger dependencies.
|
default void |
executeBefore(software.constructs.Construct... scopes)
(experimental) Adds this trigger as a dependency on other constructs.
|
default ConstructNode |
getNode()
(experimental) The construct tree node for this construct.
|
@Stability(value=Experimental) @NotNull default ConstructNode getNode()
@Stability(value=Experimental)
default void executeAfter(@NotNull
software.constructs.Construct... scopes)
Execute this trigger only after these construct scopes have been provisioned.
executeAfter in interface ITriggerscopes - A list of construct scopes which this trigger will depend on. This parameter is required.@Stability(value=Experimental)
default void executeBefore(@NotNull
software.constructs.Construct... scopes)
This means that this trigger will get executed before the given construct(s).
executeBefore in interface ITriggerscopes - A list of construct scopes which will take a dependency on this trigger. This parameter is required.Copyright © 2022. All rights reserved.