Interface CfnListener.ITargetGroupStickinessConfigProperty
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ITargetGroupStickinessConfigProperty
Syntax (vb)
Public Interface ITargetGroupStickinessConfigProperty
Remarks
Synopsis
Properties
DurationSeconds |
|
Enabled |
|
Properties
DurationSeconds
CfnListener.TargetGroupStickinessConfigProperty.DurationSeconds
.
virtual Nullable<double> DurationSeconds { get; }
Property Value
System.Nullable<System.Double>
Remarks
Enabled
CfnListener.TargetGroupStickinessConfigProperty.Enabled
.
virtual object Enabled { get; }
Property Value
System.Object