Show / Hide Table of Contents

Class Protocol

Backend protocol for network load balancers and health checks.

Inheritance
System.Object
Protocol
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public sealed class Protocol : Enum
Syntax (vb)
Public NotInheritable Class Protocol
    Inherits

     Enum

Synopsis

Fields

HTTP

HTTP (ALB health checks and NLB health checks).

HTTPS

HTTPS (ALB health checks and NLB health checks).

TCP

TCP (NLB, NLB health checks).

TCP_UDP

Listen to both TCP and UDP on the same port (NLB).

TLS

TLS (NLB).

UDP

UDP (NLB).

value__

Fields

HTTP

HTTP (ALB health checks and NLB health checks).

public const Protocol HTTP
Field Value
Type Description
Protocol

HTTPS

HTTPS (ALB health checks and NLB health checks).

public const Protocol HTTPS
Field Value
Type Description
Protocol

TCP

TCP (NLB, NLB health checks).

public const Protocol TCP
Field Value
Type Description
Protocol

TCP_UDP

Listen to both TCP and UDP on the same port (NLB).

public const Protocol TCP_UDP
Field Value
Type Description
Protocol

TLS

TLS (NLB).

public const Protocol TLS
Field Value
Type Description
Protocol

UDP

UDP (NLB).

public const Protocol UDP
Field Value
Type Description
Protocol

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX