Class CfnListenerRule.TargetGroupStickinessConfigProperty
Inheritance
System.Object
CfnListenerRule.TargetGroupStickinessConfigProperty
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class TargetGroupStickinessConfigProperty : Object, CfnListenerRule.ITargetGroupStickinessConfigProperty
Syntax (vb)
Public Class TargetGroupStickinessConfigProperty
Inherits Object
Implements CfnListenerRule.ITargetGroupStickinessConfigProperty
Remarks
Synopsis
Constructors
TargetGroupStickinessConfigProperty() |
Properties
DurationSeconds |
|
Enabled |
|
Constructors
TargetGroupStickinessConfigProperty()
public TargetGroupStickinessConfigProperty()
Properties
DurationSeconds
CfnListenerRule.TargetGroupStickinessConfigProperty.DurationSeconds
.
public Nullable<double> DurationSeconds { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Enabled
CfnListenerRule.TargetGroupStickinessConfigProperty.Enabled
.
public object Enabled { get; set; }
Property Value
System.Object