@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.964Z") @Stability(value=Stable) public interface ITrigger extends software.amazon.jsii.JsiiSerializable, software.constructs.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)
Adds trigger dependencies.
|
void |
executeBefore(software.constructs.Construct... scopes)
Adds this trigger as a dependency on other constructs.
|
@Stability(value=Stable)
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=Stable)
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.