Show / Hide Table of Contents

Interface INetworkForwardOptions

Options for NetworkListenerAction.forward().

Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface INetworkForwardOptions
Syntax (vb)
Public Interface INetworkForwardOptions
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 networkForwardOptions = new NetworkForwardOptions {
    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