Show / Hide Table of Contents

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

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

Synopsis

Properties

DurationSeconds

CfnListener.TargetGroupStickinessConfigProperty.DurationSeconds.

Enabled

CfnListener.TargetGroupStickinessConfigProperty.Enabled.

Properties

DurationSeconds

CfnListener.TargetGroupStickinessConfigProperty.DurationSeconds.

virtual Nullable<double> DurationSeconds { get; }
Property Value

System.Nullable<System.Double>

Remarks

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

Enabled

CfnListener.TargetGroupStickinessConfigProperty.Enabled.

virtual object Enabled { get; }
Property Value

System.Object

Remarks

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

Back to top Generated by DocFX