Class BaseStageOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.BaseStageOptions.Jsii$Proxy
All Implemented Interfaces:
BaseStageOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
BaseStageOptions

@Stability(Deprecated) @Deprecated @Internal public static final class BaseStageOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BaseStageOptions
Deprecated.
An implementation for BaseStageOptions
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.BaseStageOptions

    BaseStageOptions.Builder, BaseStageOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final Boolean
    Deprecated.
    (deprecated) Runs a cdk diff --security-only --fail to pause the pipeline if there are any security changes.
    final ITopic
    Deprecated.
    (deprecated) Optional SNS topic to send notifications to when the security check registers changes within the application.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(BaseStageOptions.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the BaseStageOptions.Builder.
  • Method Details

    • getConfirmBroadeningPermissions

      public final Boolean getConfirmBroadeningPermissions()
      Deprecated.
      Description copied from interface: BaseStageOptions
      (deprecated) 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.

      Default: false

      Specified by:
      getConfirmBroadeningPermissions in interface BaseStageOptions
    • getSecurityNotificationTopic

      public final ITopic getSecurityNotificationTopic()
      Deprecated.
      Description copied from interface: BaseStageOptions
      (deprecated) Optional SNS topic to send notifications to when the security check registers changes within the application.

      Default: undefined no notification topic for security check manual approval action

      Specified by:
      getSecurityNotificationTopic in interface BaseStageOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object