@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-17T17:31:16.359Z") public interface ITrigger extends 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.
|
getNode
void executeAfter(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.void executeBefore(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.