Class CfnDeploymentGroup.ELBInfoProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnDeploymentGroup.ELBInfoProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeploymentGroup.ELBInfoProperty
  • 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(CfnDeploymentGroup.ELBInfoProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDeploymentGroup.ELBInfoProperty.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnDeploymentGroup.ELBInfoProperty
      For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment.

      For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.

      AWS CloudFormation supports blue/green deployments on AWS Lambda compute platforms only.

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