@Stability(value=Stable) @Internal public static final class ApplicationListenerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApplicationListenerProps
ApplicationListenerPropssoftware.amazon.jsii.JsiiObject.InitializationModeApplicationListenerProps.Builder, ApplicationListenerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ApplicationListenerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<IListenerCertificate> |
getCertificates()
Certificate list of ACM cert ARNs.
|
ListenerAction |
getDefaultAction()
Default action to take for requests to this listener.
|
List<IApplicationTargetGroup> |
getDefaultTargetGroups()
Default target groups to load balance to.
|
IApplicationLoadBalancer |
getLoadBalancer()
The load balancer to attach this listener to.
|
Boolean |
getOpen()
Allow anyone to connect to the load balancer on the listener port.
|
Number |
getPort()
The port on which the listener listens for requests.
|
ApplicationProtocol |
getProtocol()
The protocol to use.
|
SslPolicy |
getSslPolicy()
The security policy that defines which ciphers and protocols are supported.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ApplicationListenerProps.Builder builder)
ApplicationListenerProps.Builder.public final IApplicationLoadBalancer getLoadBalancer()
ApplicationListenerPropsgetLoadBalancer in interface ApplicationListenerPropspublic final List<IListenerCertificate> getCertificates()
BaseApplicationListenerPropsYou must provide exactly one certificate if the listener protocol is HTTPS or TLS.
Default: - No certificates.
getCertificates in interface BaseApplicationListenerPropspublic final ListenerAction getDefaultAction()
BaseApplicationListenerPropsThis allows full control of the default action of the load balancer, including Action chaining, fixed responses and redirect responses.
See the ListenerAction class for all options.
Cannot be specified together with defaultTargetGroups.
Default: - None.
getDefaultAction in interface BaseApplicationListenerPropspublic final List<IApplicationTargetGroup> getDefaultTargetGroups()
BaseApplicationListenerProps
All target groups will be load balanced to with equal weight and without
stickiness. For a more complex configuration than that, use
either defaultAction or addAction().
Cannot be specified together with defaultAction.
Default: - None.
getDefaultTargetGroups in interface BaseApplicationListenerPropspublic final Boolean getOpen()
BaseApplicationListenerPropsIf this is specified, the load balancer will be opened up to anyone who can reach it. For internal load balancers this is anyone in the same VPC. For public load balancers, this is anyone on the internet.
If you want to be more selective about who can access this load
balancer, set this to false and use the listener's connections
object to selectively grant access to the load balancer on the listener port.
Default: true
getOpen in interface BaseApplicationListenerPropspublic final Number getPort()
BaseApplicationListenerPropsDefault: - Determined from protocol if known.
getPort in interface BaseApplicationListenerPropspublic final ApplicationProtocol getProtocol()
BaseApplicationListenerPropsDefault: - Determined from port if known.
getProtocol in interface BaseApplicationListenerPropspublic final SslPolicy getSslPolicy()
BaseApplicationListenerPropsDefault: - The current predefined security policy.
getSslPolicy in interface BaseApplicationListenerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.