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
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElasticLoadBalancingV2;
using Amazon.CDK;
var forwardOptions = new ForwardOptions {
    StickinessDuration = Duration.Minutes(30)
};

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