Class CfnDeploymentGroup.LoadBalancerInfoProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.LoadBalancerInfoProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroup.LoadBalancerInfoProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeploymentGroup.LoadBalancerInfoProperty
@Stability(Stable)
@Internal
public static final class CfnDeploymentGroup.LoadBalancerInfoProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentGroup.LoadBalancerInfoProperty
An implementation for
CfnDeploymentGroup.LoadBalancerInfoProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.LoadBalancerInfoProperty
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder, CfnDeploymentGroup.LoadBalancerInfoProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.LoadBalancerInfoProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAn array that contains information about the load balancer to use for load balancing in a deployment.final ObjectAn array that contains information about the target group to use for load balancing in a deployment.final ObjectCfnDeploymentGroup.LoadBalancerInfoProperty.TargetGroupPairInfoList.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.LoadBalancerInfoProperty.Builder.
-
-
Method Details
-
getElbInfoList
Description copied from interface:CfnDeploymentGroup.LoadBalancerInfoPropertyAn array that contains information about the load balancer to use for load balancing in a deployment.In Elastic Load Balancing, load balancers are used with Classic Load Balancers.
Adding more than one load balancer to the array is not supported.
- Specified by:
getElbInfoListin interfaceCfnDeploymentGroup.LoadBalancerInfoProperty
-
getTargetGroupInfoList
Description copied from interface:CfnDeploymentGroup.LoadBalancerInfoPropertyAn array that contains information about the target group to use for load balancing in a deployment.In Elastic Load Balancing , target groups are used with Application Load Balancers .
Adding more than one target group to the array is not supported.
- Specified by:
getTargetGroupInfoListin interfaceCfnDeploymentGroup.LoadBalancerInfoProperty
-
getTargetGroupPairInfoList
Description copied from interface:CfnDeploymentGroup.LoadBalancerInfoPropertyCfnDeploymentGroup.LoadBalancerInfoProperty.TargetGroupPairInfoList.- Specified by:
getTargetGroupPairInfoListin interfaceCfnDeploymentGroup.LoadBalancerInfoProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-