| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancing |
Amazon Elastic Load Balancing Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default LoadBalancingProtocol |
LoadBalancerListener.getExternalProtocol()
(experimental) What public protocol to use for load balancing.
|
LoadBalancingProtocol |
LoadBalancerListener.Jsii$Proxy.getExternalProtocol() |
default LoadBalancingProtocol |
LoadBalancerListener.getInternalProtocol()
(experimental) What public protocol to use for load balancing.
|
LoadBalancingProtocol |
LoadBalancerListener.Jsii$Proxy.getInternalProtocol() |
default LoadBalancingProtocol |
HealthCheck.getProtocol()
(experimental) What protocol to use for health checking.
|
LoadBalancingProtocol |
HealthCheck.Jsii$Proxy.getProtocol() |
static LoadBalancingProtocol |
LoadBalancingProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancingProtocol[] |
LoadBalancingProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerListener.Builder |
LoadBalancerListener.Builder.externalProtocol(LoadBalancingProtocol externalProtocol)
Sets the value of
LoadBalancerListener.getExternalProtocol() |
LoadBalancerListener.Builder |
LoadBalancerListener.Builder.internalProtocol(LoadBalancingProtocol internalProtocol)
Sets the value of
LoadBalancerListener.getInternalProtocol() |
HealthCheck.Builder |
HealthCheck.Builder.protocol(LoadBalancingProtocol protocol)
Sets the value of
HealthCheck.getProtocol() |
| Constructor and Description |
|---|
Jsii$Proxy(Number externalPort,
List<? extends IConnectable> allowConnectionsFrom,
LoadBalancingProtocol externalProtocol,
Number internalPort,
LoadBalancingProtocol internalProtocol,
List<String> policyNames,
String sslCertificateArn)
Constructor that initializes the object based on literal property values passed by the
LoadBalancerListener.Builder. |
Jsii$Proxy(Number port,
Number healthyThreshold,
Duration interval,
String path,
LoadBalancingProtocol protocol,
Duration timeout,
Number unhealthyThreshold)
Constructor that initializes the object based on literal property values passed by the
HealthCheck.Builder. |
Copyright © 2021. All rights reserved.