AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The attributes for a load balancer.

Inheritance Hierarchy

System.Object
  Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributes

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK.ElasticLoadBalancing.dll
Version: 3.x.y.z

Syntax

C#
public class LoadBalancerAttributes

The LoadBalancerAttributes type exposes the following members

Constructors

NameDescription
Public Method LoadBalancerAttributes()

Properties

NameTypeDescription
Public Property AccessLog Amazon.ElasticLoadBalancing.Model.AccessLog

Gets and sets the property AccessLog.

If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

For more information, see Enable Access Logs in the Classic Load Balancers Guide.

Public Property AdditionalAttributes System.Collections.Generic.List<Amazon.ElasticLoadBalancing.Model.AdditionalAttribute>

Gets and sets the property AdditionalAttributes.

Any additional attributes.

Public Property ConnectionDraining Amazon.ElasticLoadBalancing.Model.ConnectionDraining

Gets and sets the property ConnectionDraining.

If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

For more information, see Configure Connection Draining in the Classic Load Balancers Guide.

Public Property ConnectionSettings Amazon.ElasticLoadBalancing.Model.ConnectionSettings

Gets and sets the property ConnectionSettings.

If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Classic Load Balancers Guide.

Public Property CrossZoneLoadBalancing Amazon.ElasticLoadBalancing.Model.CrossZoneLoadBalancing

Gets and sets the property CrossZoneLoadBalancing.

If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5