Class NetworkLoadBalancerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.patterns.NetworkLoadBalancerProps.Jsii$Proxy
- All Implemented Interfaces:
NetworkLoadBalancerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkLoadBalancerProps
@Stability(Stable)
@Internal
public static final class NetworkLoadBalancerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NetworkLoadBalancerProps
An implementation for
NetworkLoadBalancerProps-
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.ecs.patterns.NetworkLoadBalancerProps
NetworkLoadBalancerProps.Builder, NetworkLoadBalancerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theNetworkLoadBalancerProps.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 StringThe domain name for the service, e.g.final IHostedZoneThe Route53 hosted zone for the domain, e.g.final List<NetworkListenerProps>Listeners (at least one listener) attached to this load balancer.final StringgetName()Name of the load balancer.final BooleanDetermines whether the Load Balancer will be internet-facing.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 theNetworkLoadBalancerProps.Builder.
-
-
Method Details
-
getListeners
Description copied from interface:NetworkLoadBalancerPropsListeners (at least one listener) attached to this load balancer.Default: - none
- Specified by:
getListenersin interfaceNetworkLoadBalancerProps
-
getName
Description copied from interface:NetworkLoadBalancerPropsName of the load balancer.- Specified by:
getNamein interfaceNetworkLoadBalancerProps
-
getDomainName
Description copied from interface:NetworkLoadBalancerPropsThe domain name for the service, e.g. "api.example.com.".Default: - No domain name.
- Specified by:
getDomainNamein interfaceNetworkLoadBalancerProps
-
getDomainZone
Description copied from interface:NetworkLoadBalancerPropsThe Route53 hosted zone for the domain, e.g. "example.com.".Default: - No Route53 hosted domain zone.
- Specified by:
getDomainZonein interfaceNetworkLoadBalancerProps
-
getPublicLoadBalancer
Description copied from interface:NetworkLoadBalancerPropsDetermines whether the Load Balancer will be internet-facing.Default: true
- Specified by:
getPublicLoadBalancerin interfaceNetworkLoadBalancerProps
-
$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()
-