aws-cdk-lib.cloud_assembly_schema.LoadBalancerListenerProtocol

enum LoadBalancerListenerProtocol

LanguageType name
.NETAmazon.CDK.CloudAssembly.Schema.LoadBalancerListenerProtocol
Gogithub.com/aws/aws-cdk-go/awscdk/v2/cloudassemblyschema#LoadBalancerListenerProtocol
Javasoftware.amazon.awscdk.cloudassembly.schema.LoadBalancerListenerProtocol
Pythonaws_cdk.cloud_assembly_schema.LoadBalancerListenerProtocol
TypeScript (source)aws-cdk-lib » cloud_assembly_schema » LoadBalancerListenerProtocol

The protocol for connections from clients to the load balancer.

Members

NameDescription
HTTPHTTP protocol.
HTTPSHTTPS protocol.
TCPTCP protocol.
TLSTLS protocol.
UDPUDP protocol.
TCP_UDPTCP and UDP protocol.

HTTP

HTTP protocol.


HTTPS

HTTPS protocol.


TCP

TCP protocol.


TLS

TLS protocol.


UDP

UDP protocol.


TCP_UDP

TCP and UDP protocol.