Class AddStageOptions.Jsii$Proxy

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

@Stability(Deprecated) @Deprecated @Internal public static final class AddStageOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddStageOptions
Deprecated.
An implementation for AddStageOptions
  • 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.AddStageOptions

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the AddStageOptions.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 Number
    Deprecated.
    (deprecated) Add room for extra actions.
    final Boolean
    Deprecated.
    (deprecated) Add manual approvals before executing change sets.
    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(AddStageOptions.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the AddStageOptions.Builder.
  • Method Details

    • getExtraRunOrderSpace

      public final Number getExtraRunOrderSpace()
      Deprecated.
      Description copied from interface: AddStageOptions
      (deprecated) Add room for extra actions.

      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

      Specified by:
      getExtraRunOrderSpace in interface AddStageOptions
    • getManualApprovals

      public final Boolean getManualApprovals()
      Deprecated.
      Description copied from interface: AddStageOptions
      (deprecated) Add manual approvals before executing change sets.

      This gives humans the opportunity to confirm the change set looks alright before deploying it.

      Default: false

      Specified by:
      getManualApprovals in interface AddStageOptions
    • 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