Interface CfnListenerRule.ITargetGroupStickinessConfigProperty
Information about the target group stickiness for a rule.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ITargetGroupStickinessConfigProperty
Syntax (vb)
Public Interface ITargetGroupStickinessConfigProperty
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;
var targetGroupStickinessConfigProperty = new TargetGroupStickinessConfigProperty {
DurationSeconds = 123,
Enabled = false
};
Synopsis
Properties
DurationSeconds | The time period, in seconds, during which requests from a client should be routed to the same target group. |
Enabled | Indicates whether target group stickiness is enabled. |
Properties
DurationSeconds
The time period, in seconds, during which requests from a client should be routed to the same target group.
virtual Nullable<double> DurationSeconds { get; }
Property Value
System.Nullable<System.Double>
Remarks
Enabled
Indicates whether target group stickiness is enabled.
virtual object Enabled { get; }
Property Value
System.Object