Show / Hide Table of Contents

Interface IForwardOptions

Options for ListenerAction.forward().

Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface IForwardOptions
Syntax (vb)
Public Interface IForwardOptions

Synopsis

Properties

StickinessDuration

For how long clients should be directed to the same target group.

Properties

StickinessDuration

For how long clients should be directed to the same target group.

virtual Duration StickinessDuration { get; }
Property Value

Duration

Remarks

Range between 1 second and 7 days.

Default: - No stickiness

Back to top Generated by DocFX