Show / Hide Table of Contents

Class CfnListenerRule.ForwardConfigProperty

Inheritance
System.Object
CfnListenerRule.ForwardConfigProperty
Implements
CfnListenerRule.IForwardConfigProperty
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-forwardconfig.html

Synopsis

Constructors

ForwardConfigProperty()

Properties

TargetGroups

CfnListenerRule.ForwardConfigProperty.TargetGroups.

TargetGroupStickinessConfig

CfnListenerRule.ForwardConfigProperty.TargetGroupStickinessConfig.

Constructors

ForwardConfigProperty()

public ForwardConfigProperty()

Properties

TargetGroups

CfnListenerRule.ForwardConfigProperty.TargetGroups.

public object TargetGroups { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-forwardconfig.html#cfn-elasticloadbalancingv2-listenerrule-forwardconfig-targetgroups

TargetGroupStickinessConfig

CfnListenerRule.ForwardConfigProperty.TargetGroupStickinessConfig.

public object TargetGroupStickinessConfig { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-forwardconfig.html#cfn-elasticloadbalancingv2-listenerrule-forwardconfig-targetgroupstickinessconfig

Implements

CfnListenerRule.IForwardConfigProperty
Back to top Generated by DocFX