Class CfnDeploymentGroup.TargetGroupInfoProperty.Jsii$Proxy

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

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

  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnDeploymentGroup.TargetGroupInfoProperty
      For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with.

      For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes. No duplicates allowed.

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

      This value cannot exceed 32 characters, so you should use the Name property of the target group, or the TargetGroupName attribute with the Fn::GetAtt intrinsic function, as shown in the following example. Don't use the group's Amazon Resource Name (ARN) or TargetGroupFullName attribute.

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