Show / Hide Table of Contents

Class CfnListenerRule.TargetGroupStickinessConfigProperty

Inheritance
System.Object
CfnListenerRule.TargetGroupStickinessConfigProperty
Implements
CfnListenerRule.ITargetGroupStickinessConfigProperty
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

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

Synopsis

Constructors

TargetGroupStickinessConfigProperty()

Properties

DurationSeconds

CfnListenerRule.TargetGroupStickinessConfigProperty.DurationSeconds.

Enabled

CfnListenerRule.TargetGroupStickinessConfigProperty.Enabled.

Constructors

TargetGroupStickinessConfigProperty()

public TargetGroupStickinessConfigProperty()

Properties

DurationSeconds

CfnListenerRule.TargetGroupStickinessConfigProperty.DurationSeconds.

public Nullable<double> DurationSeconds { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

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

Enabled

CfnListenerRule.TargetGroupStickinessConfigProperty.Enabled.

public object Enabled { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnListenerRule.ITargetGroupStickinessConfigProperty
Back to top Generated by DocFX