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
Synopsis
Fields
| NONE | Route traffic based on the 5-tuple |
| SOURCE_IP | Route traffic based on the 2-tuple |
Fields
| Name | Description |
|---|---|
| NONE | Route traffic based on the 5-tuple |
| SOURCE_IP | Route traffic based on the 2-tuple |