@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.645Z") @Stability(value=Experimental) public interface ITrigger extends software.amazon.jsii.JsiiSerializable, IConstruct
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ITrigger.Jsii$Default
Internal default implementation for
ITrigger. |
static class |
ITrigger.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeAfter(software.constructs.Construct... scopes)
(experimental) Adds trigger dependencies.
|
void |
executeBefore(software.constructs.Construct... scopes)
(experimental) Adds this trigger as a dependency on other constructs.
|
getNode@Stability(value=Experimental)
void executeAfter(@NotNull
software.constructs.Construct... scopes)
Execute this trigger only after these construct scopes have been provisioned.
scopes - A list of construct scopes which this trigger will depend on. This parameter is required.@Stability(value=Experimental)
void executeBefore(@NotNull
software.constructs.Construct... scopes)
This means that this trigger will get executed before the given construct(s).
scopes - A list of construct scopes which will take a dependency on this trigger. This parameter is required.Copyright © 2022. All rights reserved.