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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.patterns.NetworkLoadBalancerProps
NetworkLoadBalancerProps.Builder, NetworkLoadBalancerProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theNetworkLoadBalancerProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The domain name for the service, e.g.final IHostedZone
The Route53 hosted zone for the domain, e.g.final List<NetworkListenerProps>
Listeners (at least one listener) attached to this load balancer.final String
getName()
Name of the load balancer.final Boolean
Determines whether the Load Balancer will be internet-facing.final int
hashCode()
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:NetworkLoadBalancerProps
Listeners (at least one listener) attached to this load balancer.Default: - none
- Specified by:
getListeners
in interfaceNetworkLoadBalancerProps
-
getName
Description copied from interface:NetworkLoadBalancerProps
Name of the load balancer.- Specified by:
getName
in interfaceNetworkLoadBalancerProps
-
getDomainName
Description copied from interface:NetworkLoadBalancerProps
The domain name for the service, e.g. "api.example.com.".Default: - No domain name.
- Specified by:
getDomainName
in interfaceNetworkLoadBalancerProps
-
getDomainZone
Description copied from interface:NetworkLoadBalancerProps
The Route53 hosted zone for the domain, e.g. "example.com.".Default: - No Route53 hosted domain zone.
- Specified by:
getDomainZone
in interfaceNetworkLoadBalancerProps
-
getPublicLoadBalancer
Description copied from interface:NetworkLoadBalancerProps
Determines whether the Load Balancer will be internet-facing.Default: true
- Specified by:
getPublicLoadBalancer
in interfaceNetworkLoadBalancerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-