Class ForwardOptions
Options for ListenerAction.forward()
.
Inheritance
System.Object
ForwardOptions
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class ForwardOptions : Object, IForwardOptions
Syntax (vb)
Public Class ForwardOptions
Inherits Object
Implements IForwardOptions
Synopsis
Constructors
ForwardOptions() |
Properties
StickinessDuration | For how long clients should be directed to the same target group. |
Constructors
ForwardOptions()
public ForwardOptions()
Properties
StickinessDuration
For how long clients should be directed to the same target group.
public Duration StickinessDuration { get; set; }
Property Value
Remarks
Range between 1 second and 7 days.
Default: - No stickiness