Class CfnDeploymentGroup.LoadBalancerInfoProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroup.LoadBalancerInfoProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentGroup.LoadBalancerInfoProperty
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 balancers to use for load balancing in a deployment.final ObjectAn array that contains information about the target groups to use for load balancing in a deployment.final ObjectThe target group pair information.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 balancers to use for load balancing in a deployment.If you're using Classic Load Balancers, specify those load balancers in this array.
You can add up to 10 load balancers to the array. > If you're using Application Load Balancers or Network Load Balancers, use the
targetGroupInfoListarray instead of this one.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDeploymentGroup.ELBInfoProperty>- Specified by:
getElbInfoListin interfaceCfnDeploymentGroup.LoadBalancerInfoProperty- See Also:
-
getTargetGroupInfoList
Description copied from interface:CfnDeploymentGroup.LoadBalancerInfoPropertyAn array that contains information about the target groups to use for load balancing in a deployment.If you're using Application Load Balancers and Network Load Balancers, specify their associated target groups in this array.
You can add up to 10 target groups to the array. > If you're using Classic Load Balancers, use the
elbInfoListarray instead of this one.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDeploymentGroup.TargetGroupInfoProperty>- Specified by:
getTargetGroupInfoListin interfaceCfnDeploymentGroup.LoadBalancerInfoProperty- See Also:
-
getTargetGroupPairInfoList
Description copied from interface:CfnDeploymentGroup.LoadBalancerInfoPropertyThe target group pair information.This is an array of
TargeGroupPairInfoobjects with a maximum size of one.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDeploymentGroup.TargetGroupPairInfoProperty>- Specified by:
getTargetGroupPairInfoListin interfaceCfnDeploymentGroup.LoadBalancerInfoProperty- See Also:
-
$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()
-