The LoadBalancerAttributes data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class LoadBalancerAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | LoadBalancerAttributes()()()() | Initializes a new instance of the LoadBalancerAttributes class | 
|  | AccessLog | 
            The name of the load balancer attribute. If enabled, the load balancer captures detailed information of all the requests and delivers the
            information to the Amazon S3 bucket you specify. For more information, see Enable Access Logs.
             
             | 
|  | ConnectionDraining | 
            The name of the load balancer attribute. If enabled, the load balancer allows existing requests to complete before the load balancer shifts
            traffic away from a deregistered or unhealthy back-end instance. For more information, see Enable Connection Draining.
             
             | 
|  | CrossZoneLoadBalancing | 
            The name of the load balancer attribute. If enabled, the load balancer routes the request traffic evenly across all back-end instances
            regardless of the Availability Zones. For more information, see Enable Cross-Zone Load
            Balancing.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAccessLog(AccessLog) | Obsolete. 
            Sets the AccessLog property
             | 
|  | WithConnectionDraining(ConnectionDraining) | Obsolete. 
            Sets the ConnectionDraining property
             | 
|  | WithCrossZoneLoadBalancing(CrossZoneLoadBalancing) | Obsolete. 
            Sets the CrossZoneLoadBalancing property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | LoadBalancerAttributes |