Class CfnDeploymentGroup.DeploymentProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnDeploymentGroup.DeploymentProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeploymentGroup.DeploymentProperty
  • Constructor Details

  • Method Details

    • getRevision

      public final Object getRevision()
      Description copied from interface: CfnDeploymentGroup.DeploymentProperty
      Information about the location of stored application artifacts and the service from which to retrieve them.
      Specified by:
      getRevision in interface CfnDeploymentGroup.DeploymentProperty
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnDeploymentGroup.DeploymentProperty
      A comment about the deployment.
      Specified by:
      getDescription in interface CfnDeploymentGroup.DeploymentProperty
    • getIgnoreApplicationStopFailures

      public final Object getIgnoreApplicationStopFailures()
      Description copied from interface: CfnDeploymentGroup.DeploymentProperty
      If true, then if an ApplicationStop , BeforeBlockTraffic , or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event.

      For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic . If AfterBlockTraffic fails, the deployment continues with ApplicationStop .

      If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

      During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop , BeforeBlockTraffic , and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

      If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop , BeforeBlockTraffic , and AfterBlockTraffic failures should be ignored.

      Specified by:
      getIgnoreApplicationStopFailures in interface CfnDeploymentGroup.DeploymentProperty
    • $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