@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:16.592Z") @Stability(value=Deprecated) @Deprecated public interface AddStageOptions extends software.amazon.jsii.JsiiSerializable, BaseStageOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sns.*;
import software.amazon.awscdk.pipelines.*;
Topic topic;
AddStageOptions addStageOptions = AddStageOptions.builder()
.confirmBroadeningPermissions(false)
.extraRunOrderSpace(123)
.manualApprovals(false)
.securityNotificationTopic(topic)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddStageOptions.Builder
Deprecated.
|
static class |
AddStageOptions.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AddStageOptions.Builder |
builder()
Deprecated.
|
default Number |
getExtraRunOrderSpace()
Deprecated.
|
default Boolean |
getManualApprovals()
Deprecated.
|
getConfirmBroadeningPermissions, getSecurityNotificationTopic@Stability(value=Deprecated) @Deprecated @Nullable default Number getExtraRunOrderSpace()
You can use this to make extra room in the runOrder sequence between the changeset 'prepare' and 'execute' actions and insert your own actions there.
Default: 0
@Stability(value=Deprecated) @Deprecated @Nullable default Boolean getManualApprovals()
This gives humans the opportunity to confirm the change set looks alright before deploying it.
Default: false
@Stability(value=Deprecated) @Deprecated static AddStageOptions.Builder builder()
builder in interface BaseStageOptionsAddStageOptions.Builder of AddStageOptionsCopyright © 2022. All rights reserved.