@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:21.946Z") @Stability(value=Experimental) public interface BaseNetworkListenerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseNetworkListenerProps.Builder
A builder for
BaseNetworkListenerProps |
static class |
BaseNetworkListenerProps.Jsii$Proxy
An implementation for
BaseNetworkListenerProps |
| Modifier and Type | Method and Description |
|---|---|
static BaseNetworkListenerProps.Builder |
builder() |
default List<IListenerCertificate> |
getCertificates()
(experimental) Certificate list of ACM cert ARNs.
|
default NetworkListenerAction |
getDefaultAction()
(experimental) Default action to take for requests to this listener.
|
default List<INetworkTargetGroup> |
getDefaultTargetGroups()
(experimental) Default target groups to load balance to.
|
Number |
getPort()
(experimental) The port on which the listener listens for requests.
|
default Protocol |
getProtocol()
(experimental) Protocol for listener, expects TCP, TLS, UDP, or TCP_UDP.
|
default SslPolicy |
getSslPolicy()
(experimental) SSL Policy.
|
@Stability(value=Experimental) @NotNull Number getPort()
@Stability(value=Experimental) @Nullable default List<IListenerCertificate> getCertificates()
Default: - No certificates.
@Stability(value=Experimental) @Nullable default NetworkListenerAction getDefaultAction()
This allows full control of the default Action of the load balancer,
including weighted forwarding. See the NetworkListenerAction class for
all options.
Cannot be specified together with defaultTargetGroups.
Default: - None.
@Stability(value=Experimental) @Nullable default List<INetworkTargetGroup> 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 Protocol getProtocol()
Default: - TLS if certificates are provided. TCP otherwise.
@Stability(value=Experimental) @Nullable default SslPolicy getSslPolicy()
Default: - Current predefined security policy.
@Stability(value=Experimental) static BaseNetworkListenerProps.Builder builder()
BaseNetworkListenerProps.Builder of BaseNetworkListenerPropsCopyright © 2021. All rights reserved.