Class AutoRollbackConfig.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the AutoRollbackConfig.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Boolean
    Whether to automatically roll back a deployment during which one of the configured CloudWatch alarms for this Deployment Group went off.
    final Boolean
    Whether to automatically roll back a deployment that fails.
    final Boolean
    Whether to automatically roll back a deployment that was manually stopped.
    final int
     

    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)
      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(AutoRollbackConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AutoRollbackConfig.Builder.
  • Method Details

    • getDeploymentInAlarm

      public final Boolean getDeploymentInAlarm()
      Description copied from interface: AutoRollbackConfig
      Whether to automatically roll back a deployment during which one of the configured CloudWatch alarms for this Deployment Group went off.

      Default: true if you've provided any Alarms with the `alarms` property, false otherwise

      Specified by:
      getDeploymentInAlarm in interface AutoRollbackConfig
    • getFailedDeployment

      public final Boolean getFailedDeployment()
      Description copied from interface: AutoRollbackConfig
      Whether to automatically roll back a deployment that fails.

      Default: true

      Specified by:
      getFailedDeployment in interface AutoRollbackConfig
    • getStoppedDeployment

      public final Boolean getStoppedDeployment()
      Description copied from interface: AutoRollbackConfig
      Whether to automatically roll back a deployment that was manually stopped.

      Default: false

      Specified by:
      getStoppedDeployment in interface AutoRollbackConfig
    • $jsii$toJson

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

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

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