@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-02T00:24:12.085Z") @Stability(value=Stable) public class ManualApprovalAction extends Action
| Modifier and Type | Class and Description |
|---|---|
static class |
ManualApprovalAction.Builder
A fluent builder for
ManualApprovalAction. |
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default| 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)
This is a renamed version of the
IAction.bind method. |
ITopic |
getNotificationTopic() |
void |
grantManualApproval(IGrantable grantable)
grant the provided principal the permissions to approve or reject this manual approval action.
|
getProvidedActionPropertiesbind, getActionProperties, onStateChange, onStateChange, onStateChange, variableExpressionjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, 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)
IAction.bind method.
@Stability(value=Stable)
public void grantManualApproval(@NotNull
IGrantable grantable)
For more info see: https://docs.aws.amazon.com/codepipeline/latest/userguide/approvals-iam-permissions.html
grantable - the grantable to attach the permissions to. This parameter is required.@Stability(value=Stable) @Nullable public ITopic getNotificationTopic()
Copyright © 2021. All rights reserved.