Show / Hide Table of Contents

Class ForwardOptions

Options for ListenerAction.forward().

Inheritance
System.Object
ForwardOptions
Implements
IForwardOptions
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

Duration

Remarks

Range between 1 second and 7 days.

Default: - No stickiness

Implements

IForwardOptions
Back to top Generated by DocFX