Class NetworkListenerProps.Jsii$Proxy
- All Implemented Interfaces:
BaseNetworkListenerProps,NetworkListenerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NetworkListenerProps
NetworkListenerProps-
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.elasticloadbalancingv2.NetworkListenerProps
NetworkListenerProps.Builder, NetworkListenerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(NetworkListenerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNetworkListenerProps.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 AlpnPolicyApplication-Layer Protocol Negotiation (ALPN) is a TLS extension that is sent on the initial TLS handshake hello messages.final List<IListenerCertificate>Certificate list of ACM cert ARNs.final NetworkListenerActionDefault action to take for requests to this listener.final List<INetworkTargetGroup>Default target groups to load balance to.final INetworkLoadBalancerThe load balancer to attach this listener to.final NumbergetPort()The port on which the listener listens for requests.final ProtocolProtocol for listener, expects TCP, TLS, UDP, or TCP_UDP.final SslPolicySSL Policy.final DurationThe load balancer TCP idle timeout.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 theNetworkListenerProps.Builder.
-
-
Method Details
-
getLoadBalancer
Description copied from interface:NetworkListenerPropsThe load balancer to attach this listener to.- Specified by:
getLoadBalancerin interfaceNetworkListenerProps
-
getPort
Description copied from interface:BaseNetworkListenerPropsThe port on which the listener listens for requests.- Specified by:
getPortin interfaceBaseNetworkListenerProps
-
getAlpnPolicy
Description copied from interface:BaseNetworkListenerPropsApplication-Layer Protocol Negotiation (ALPN) is a TLS extension that is sent on the initial TLS handshake hello messages.ALPN enables the application layer to negotiate which protocols should be used over a secure connection, such as HTTP/1 and HTTP/2.
Can only be specified together with Protocol TLS.
Default: - None
- Specified by:
getAlpnPolicyin interfaceBaseNetworkListenerProps
-
getCertificates
Description copied from interface:BaseNetworkListenerPropsCertificate list of ACM cert ARNs.You must provide exactly one certificate if the listener protocol is HTTPS or TLS.
Default: - No certificates.
- Specified by:
getCertificatesin interfaceBaseNetworkListenerProps
-
getDefaultAction
Description copied from interface:BaseNetworkListenerPropsDefault action to take for requests to this listener.This allows full control of the default Action of the load balancer, including weighted forwarding. See the
NetworkListenerActionclass for all options.Cannot be specified together with
defaultTargetGroups.Default: - None.
- Specified by:
getDefaultActionin interfaceBaseNetworkListenerProps
-
getDefaultTargetGroups
Description copied from interface:BaseNetworkListenerPropsDefault target groups to load balance to.All target groups will be load balanced to with equal weight and without stickiness. For a more complex configuration than that, use either
defaultActionoraddAction().Cannot be specified together with
defaultAction.Default: - None.
- Specified by:
getDefaultTargetGroupsin interfaceBaseNetworkListenerProps
-
getProtocol
Description copied from interface:BaseNetworkListenerPropsProtocol for listener, expects TCP, TLS, UDP, or TCP_UDP.Default: - TLS if certificates are provided. TCP otherwise.
- Specified by:
getProtocolin interfaceBaseNetworkListenerProps
-
getSslPolicy
Description copied from interface:BaseNetworkListenerPropsSSL Policy.Default: - Current predefined security policy.
- Specified by:
getSslPolicyin interfaceBaseNetworkListenerProps
-
getTcpIdleTimeout
Description copied from interface:BaseNetworkListenerPropsThe load balancer TCP idle timeout.Default: Duration.seconds(350)
- Specified by:
getTcpIdleTimeoutin interfaceBaseNetworkListenerProps
-
$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()
-