@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:37.615Z") @Deprecated public interface AddStageOptions extends 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 java.lang.Number |
getExtraRunOrderSpace()
Deprecated.
|
default java.lang.Boolean |
getManualApprovals()
Deprecated.
|
getConfirmBroadeningPermissions, getSecurityNotificationTopic
@Deprecated default java.lang.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
@Deprecated default java.lang.Boolean getManualApprovals()
This gives humans the opportunity to confirm the change set looks alright before deploying it.
Default: false
@Deprecated static AddStageOptions.Builder builder()
builder
in interface BaseStageOptions
AddStageOptions.Builder
of AddStageOptions