Show / Hide Table of Contents

Enum ClientAffinity

Client affinity gives you control over whether to always route each client to the same specific endpoint.

Namespace: Amazon.CDK.AWS.GlobalAccelerator
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum ClientAffinity
Syntax (vb)
Public Enum ClientAffinity
Remarks

See: https://docs.aws.amazon.com/global-accelerator/latest/dg/about-listeners.html#about-listeners-client-affinity

Synopsis

Fields

NONE

Route traffic based on the 5-tuple (source IP, source port, destination IP, destination port, protocol).

SOURCE_IP

Route traffic based on the 2-tuple (source IP, destination IP).

Fields

Name Description
NONE

Route traffic based on the 5-tuple (source IP, source port, destination IP, destination port, protocol).

SOURCE_IP

Route traffic based on the 2-tuple (source IP, destination IP).

Back to top Generated by DocFX