@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-20T01:23:59.367Z") @Stability(value=Stable) public class ManualApprovalAction extends Action
| Modifier and Type | Class and Description |
|---|---|
static class |
ManualApprovalAction.Builder
A fluent builder for
ManualApprovalAction. |
| Modifier | Constructor and Description |
|---|---|
protected |
ManualApprovalAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ManualApprovalAction(software.amazon.jsii.JsiiObjectRef objRef) |
|
ManualApprovalAction(ManualApprovalActionProps props) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionConfig |
bound(Construct scope,
IStage _stage,
ActionBindOptions options)
The method called when an Action is attached to a Pipeline.
|
ITopic |
getNotificationTopic() |
bind, getActionProperties, onStateChange, onStateChange, onStateChange, variableExpressionjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected ManualApprovalAction(software.amazon.jsii.JsiiObjectRef objRef)
protected ManualApprovalAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ManualApprovalAction(@NotNull
ManualApprovalActionProps props)
props - This parameter is required.@Stability(value=Stable) @NotNull protected ActionConfig bound(@NotNull Construct scope, @NotNull IStage _stage, @NotNull ActionBindOptions options)
This method is guaranteed to be called only once for each Action instance.
@Stability(value=Stable) @Nullable public ITopic getNotificationTopic()
Copyright © 2020. All rights reserved.