Class CfnLoadBalancer.PoliciesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancing.CfnLoadBalancer.PoliciesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoadBalancer.PoliciesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoadBalancer.PoliciesProperty
@Stability(Stable)
@Internal
public static final class CfnLoadBalancer.PoliciesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoadBalancer.PoliciesProperty
An implementation for
CfnLoadBalancer.PoliciesProperty-
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.elasticloadbalancing.CfnLoadBalancer.PoliciesProperty
CfnLoadBalancer.PoliciesProperty.Builder, CfnLoadBalancer.PoliciesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoadBalancer.PoliciesProperty.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 ObjectThe policy attributes.The instance ports for the policy.The load balancer ports for the policy.final StringThe name of the policy.final StringThe name of the policy type.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 theCfnLoadBalancer.PoliciesProperty.Builder.
-
-
Method Details
-
getAttributes
Description copied from interface:CfnLoadBalancer.PoliciesPropertyThe policy attributes.Returns union: either Listinvalid input: '<'
Object> orIResolvable- Specified by:
getAttributesin interfaceCfnLoadBalancer.PoliciesProperty- See Also:
-
getPolicyName
Description copied from interface:CfnLoadBalancer.PoliciesPropertyThe name of the policy.- Specified by:
getPolicyNamein interfaceCfnLoadBalancer.PoliciesProperty- See Also:
-
getPolicyType
Description copied from interface:CfnLoadBalancer.PoliciesPropertyThe name of the policy type.- Specified by:
getPolicyTypein interfaceCfnLoadBalancer.PoliciesProperty- See Also:
-
getInstancePorts
Description copied from interface:CfnLoadBalancer.PoliciesPropertyThe instance ports for the policy.Required only for some policy types.
- Specified by:
getInstancePortsin interfaceCfnLoadBalancer.PoliciesProperty- See Also:
-
getLoadBalancerPorts
Description copied from interface:CfnLoadBalancer.PoliciesPropertyThe load balancer ports for the policy.Required only for some policy types.
- Specified by:
getLoadBalancerPortsin interfaceCfnLoadBalancer.PoliciesProperty- 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()
-