@Deprecated
public static final class BaseStageOptions.Builder
extends java.lang.Object
BaseStageOptions
Constructor and Description |
---|
Builder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BaseStageOptions |
build()
Deprecated.
|
BaseStageOptions.Builder |
confirmBroadeningPermissions(java.lang.Boolean confirmBroadeningPermissions)
Deprecated.
|
BaseStageOptions.Builder |
securityNotificationTopic(ITopic securityNotificationTopic)
Deprecated.
|
@Deprecated public BaseStageOptions.Builder confirmBroadeningPermissions(java.lang.Boolean confirmBroadeningPermissions)
BaseStageOptions.getConfirmBroadeningPermissions()
confirmBroadeningPermissions
- Runs a `cdk diff --security-only --fail` to pause the pipeline if there are any security changes.
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.
this
@Deprecated public BaseStageOptions.Builder securityNotificationTopic(ITopic securityNotificationTopic)
BaseStageOptions.getSecurityNotificationTopic()
securityNotificationTopic
- Optional SNS topic to send notifications to when the security check registers changes within the application.this
@Deprecated public BaseStageOptions build()
BaseStageOptions
java.lang.NullPointerException
- if any required attribute was not provided