Class CfnListenerRule.ForwardConfigProperty
Inheritance
System.Object
CfnListenerRule.ForwardConfigProperty
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class ForwardConfigProperty : Object, CfnListenerRule.IForwardConfigProperty
Syntax (vb)
Public Class ForwardConfigProperty
Inherits Object
Implements CfnListenerRule.IForwardConfigProperty
Remarks
Synopsis
Constructors
ForwardConfigProperty() |
Properties
TargetGroups |
|
TargetGroupStickinessConfig |
|
Constructors
ForwardConfigProperty()
public ForwardConfigProperty()
Properties
TargetGroups
CfnListenerRule.ForwardConfigProperty.TargetGroups
.
public object TargetGroups { get; set; }
Property Value
System.Object
Remarks
TargetGroupStickinessConfig
CfnListenerRule.ForwardConfigProperty.TargetGroupStickinessConfig
.
public object TargetGroupStickinessConfig { get; set; }
Property Value
System.Object