@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:09.469Z") @Stability(value=Experimental) public class ManualApprovalStep extends Step
If this step is added to a Pipeline, the Pipeline will be paused waiting for a human to resume it
Only engines that support pausing the deployment will support this step type.
| Modifier and Type | Class and Description |
|---|---|
static class |
ManualApprovalStep.Builder
(experimental) A fluent builder for
ManualApprovalStep. |
software.amazon.jsii.JsiiObject.InitializationModeIFileSetProducer.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
ManualApprovalStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ManualApprovalStep(software.amazon.jsii.JsiiObjectRef objRef) |
|
ManualApprovalStep(String id) |
|
ManualApprovalStep(String id,
ManualApprovalStepProps props) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
(experimental) The comment associated with this manual approval.
|
addDependencyFileSet, configurePrimaryOutput, getDependencies, getDependencyFileSets, getId, getIsSource, getPrimaryOutput, toStringjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ManualApprovalStep(software.amazon.jsii.JsiiObjectRef objRef)
protected ManualApprovalStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public ManualApprovalStep(@NotNull
String id,
@Nullable
ManualApprovalStepProps props)
id - This parameter is required.props - @Stability(value=Experimental)
public ManualApprovalStep(@NotNull
String id)
id - This parameter is required.@Stability(value=Experimental) @Nullable public String getComment()
Default: - No comment
Copyright © 2021. All rights reserved.