@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:18.644Z") @Stability(value=Experimental) public interface BaseApplicationListenerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseApplicationListenerProps.Builder
A builder for
BaseApplicationListenerProps |
static class |
BaseApplicationListenerProps.Jsii$Proxy
An implementation for
BaseApplicationListenerProps |
| Modifier and Type | Method and Description |
|---|---|
static BaseApplicationListenerProps.Builder |
builder() |
default List<IListenerCertificate> |
getCertificates()
(experimental) Certificate list of ACM cert ARNs.
|
default ListenerAction |
getDefaultAction()
(experimental) Default action to take for requests to this listener.
|
default List<IApplicationTargetGroup> |
getDefaultTargetGroups()
(experimental) Default target groups to load balance to.
|
default Boolean |
getOpen()
(experimental) Allow anyone to connect to this listener.
|
default Number |
getPort()
(experimental) The port on which the listener listens for requests.
|
default ApplicationProtocol |
getProtocol()
(experimental) The protocol to use.
|
default SslPolicy |
getSslPolicy()
(experimental) The security policy that defines which ciphers and protocols are supported.
|
@Stability(value=Experimental) @Nullable default List<IListenerCertificate> getCertificates()
Default: - No certificates.
@Stability(value=Experimental) @Nullable default ListenerAction getDefaultAction()
This 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.
@Stability(value=Experimental) @Nullable default List<IApplicationTargetGroup> getDefaultTargetGroups()
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.
@Stability(value=Experimental) @Nullable default Boolean getOpen()
If this is specified, the listener 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 listener.
Default: true
@Stability(value=Experimental) @Nullable default Number getPort()
Default: - Determined from protocol if known.
@Stability(value=Experimental) @Nullable default ApplicationProtocol getProtocol()
Default: - Determined from port if known.
@Stability(value=Experimental) @Nullable default SslPolicy getSslPolicy()
Default: - The current predefined security policy.
@Stability(value=Experimental) static BaseApplicationListenerProps.Builder builder()
Copyright © 2021. All rights reserved.