Show / Hide Table of Contents

Class CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty

Specifies the connection draining settings for your Classic Load Balancer.

Inheritance
object
CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty
Implements
CfnLoadBalancerPropsMixin.IConnectionDrainingPolicyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ElasticLoadBalancing
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty : CfnLoadBalancerPropsMixin.IConnectionDrainingPolicyProperty
Syntax (vb)
Public Class CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty Implements CfnLoadBalancerPropsMixin.IConnectionDrainingPolicyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancing-loadbalancer-connectiondrainingpolicy.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.ElasticLoadBalancing;

             var connectionDrainingPolicyProperty = new ConnectionDrainingPolicyProperty {
                 Enabled = false,
                 Timeout = 123
             };

Synopsis

Constructors

ConnectionDrainingPolicyProperty()

Specifies the connection draining settings for your Classic Load Balancer.

Properties

Enabled

Specifies whether connection draining is enabled for the load balancer.

Timeout

The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

Constructors

ConnectionDrainingPolicyProperty()

Specifies the connection draining settings for your Classic Load Balancer.

public ConnectionDrainingPolicyProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancing-loadbalancer-connectiondrainingpolicy.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.ElasticLoadBalancing;

             var connectionDrainingPolicyProperty = new ConnectionDrainingPolicyProperty {
                 Enabled = false,
                 Timeout = 123
             };

Properties

Enabled

Specifies whether connection draining is enabled for the load balancer.

public object? Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancing-loadbalancer-connectiondrainingpolicy.html#cfn-elasticloadbalancing-loadbalancer-connectiondrainingpolicy-enabled

Type union: either bool or IResolvable

Timeout

The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

public double? Timeout { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancing-loadbalancer-connectiondrainingpolicy.html#cfn-elasticloadbalancing-loadbalancer-connectiondrainingpolicy-timeout

Implements

CfnLoadBalancerPropsMixin.IConnectionDrainingPolicyProperty
Back to top Generated by DocFX