Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.Protocol
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of Protocol in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptiondefault Protocol
NetworkListenerLookupOptions.getListenerProtocol()
Protocol of the listener port.final Protocol
NetworkListenerLookupOptions.Jsii$Proxy.getListenerProtocol()
default Protocol
AddNetworkTargetsProps.getProtocol()
Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.final Protocol
AddNetworkTargetsProps.Jsii$Proxy.getProtocol()
default Protocol
BaseNetworkListenerProps.getProtocol()
Protocol for listener, expects TCP, TLS, UDP, or TCP_UDP.final Protocol
BaseNetworkListenerProps.Jsii$Proxy.getProtocol()
default Protocol
HealthCheck.getProtocol()
The protocol the load balancer uses when performing health checks on targets.final Protocol
HealthCheck.Jsii$Proxy.getProtocol()
final Protocol
NetworkListenerProps.Jsii$Proxy.getProtocol()
default Protocol
NetworkTargetGroupProps.getProtocol()
Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.final Protocol
NetworkTargetGroupProps.Jsii$Proxy.getProtocol()
static Protocol
Returns the enum constant of this type with the specified name.static Protocol[]
Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionNetworkListenerLookupOptions.Builder.listenerProtocol
(Protocol listenerProtocol) Sets the value ofNetworkListenerLookupOptions.getListenerProtocol()
Sets the value ofAddNetworkTargetsProps.getProtocol()
Sets the value ofBaseNetworkListenerProps.getProtocol()
Sets the value ofHealthCheck.getProtocol()
Protocol for listener, expects TCP, TLS, UDP, or TCP_UDP.Sets the value ofBaseNetworkListenerProps.getProtocol()
Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.Sets the value ofNetworkTargetGroupProps.getProtocol()