@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:55:41.598Z") public interface LoadBalancerListener extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoadBalancerListener.Builder
A builder for
LoadBalancerListener |
static class |
LoadBalancerListener.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerListener.Builder |
builder() |
List<software.amazon.awscdk.services.ec2.IConnectable> |
getAllowConnectionsFrom()
Allow connections to the load balancer from the given set of connection peers
By default, connections will be allowed from anywhere.
|
Number |
getExternalPort()
External listening port
|
LoadBalancingProtocol |
getExternalProtocol()
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
Number |
getInternalPort()
Instance listening port
Same as the externalPort if not specified.
|
LoadBalancingProtocol |
getInternalProtocol()
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
List<String> |
getPolicyNames()
SSL policy names
|
String |
getSslCertificateId()
ID of SSL certificate
|
void |
setAllowConnectionsFrom(List<software.amazon.awscdk.services.ec2.IConnectable> value)
Allow connections to the load balancer from the given set of connection peers
By default, connections will be allowed from anywhere.
|
void |
setExternalPort(Number value)
External listening port
|
void |
setExternalProtocol(LoadBalancingProtocol value)
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
void |
setInternalPort(Number value)
Instance listening port
Same as the externalPort if not specified.
|
void |
setInternalProtocol(LoadBalancingProtocol value)
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
void |
setPolicyNames(List<String> value)
SSL policy names
|
void |
setSslCertificateId(String value)
ID of SSL certificate
|
Number getExternalPort()
void setExternalPort(Number value)
List<software.amazon.awscdk.services.ec2.IConnectable> getAllowConnectionsFrom()
void setAllowConnectionsFrom(List<software.amazon.awscdk.services.ec2.IConnectable> value)
LoadBalancingProtocol getExternalProtocol()
void setExternalProtocol(LoadBalancingProtocol value)
Number getInternalPort()
void setInternalPort(Number value)
LoadBalancingProtocol getInternalProtocol()
void setInternalProtocol(LoadBalancingProtocol value)
String getSslCertificateId()
void setSslCertificateId(String value)
static LoadBalancerListener.Builder builder()
LoadBalancerListener.Builder of LoadBalancerListenerCopyright © 2018. All rights reserved.