@Stability(value=Deprecated) @Deprecated @Internal public static final class BaseStageOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BaseStageOptions
BaseStageOptionssoftware.amazon.jsii.JsiiObject.InitializationModeBaseStageOptions.Builder, BaseStageOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BaseStageOptions.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
BaseStageOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Boolean |
getConfirmBroadeningPermissions()
Deprecated.
(deprecated) Runs a `cdk diff --security-only --fail` to pause the pipeline if there are any security changes.
|
ITopic |
getSecurityNotificationTopic()
Deprecated.
(deprecated) Optional SNS topic to send notifications to when the security check registers changes within the application.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(BaseStageOptions.Builder builder)
BaseStageOptions.Builder.public final Boolean getConfirmBroadeningPermissions()
BaseStageOptions
If the stage is configured with confirmBroadeningPermissions enabled, you can use this
property to override the stage configuration. For example, Pipeline Stage
"Prod" has confirmBroadeningPermissions enabled, with applications "A", "B", "C". All three
applications will run a security check, but if we want to disable the one for "C",
we run stage.addApplication(C, { confirmBroadeningPermissions: false }) to override the pipeline
stage behavior.
Adds 1 to the run order space.
Default: false
getConfirmBroadeningPermissions in interface BaseStageOptionspublic final ITopic getSecurityNotificationTopic()
BaseStageOptionsDefault: undefined no notification topic for security check manual approval action
getSecurityNotificationTopic in interface BaseStageOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.