NAME
Paws::SecurityHub::AwsElbLoadBalancerAttributes
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::SecurityHub::AwsElbLoadBalancerAttributes object:
$service_obj->Method(Att1 => { AccessLog => $value, ..., CrossZoneLoadBalancing => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::AwsElbLoadBalancerAttributes object:
$result = $service_obj->Method(...);
$result->Att1->AccessLog
DESCRIPTION
Contains attributes for the load balancer.
ATTRIBUTES
AccessLog => Paws::SecurityHub::AwsElbLoadBalancerAccessLog
Information about the access log configuration for the load balancer.
If the access log is enabled, the load balancer captures detailed information about all requests. It delivers the information to a specified S3 bucket.
ConnectionDraining => Paws::SecurityHub::AwsElbLoadBalancerConnectionDraining
Information about the connection draining configuration for the load balancer.
If connection draining is enabled, the load balancer allows existing requests to complete before it shifts traffic away from a deregistered or unhealthy instance.
ConnectionSettings => Paws::SecurityHub::AwsElbLoadBalancerConnectionSettings
Connection settings for the load balancer.
If an idle timeout is configured, the load balancer allows connections to remain idle for the specified duration. When a connection is idle, no data is sent over the connection.
CrossZoneLoadBalancing => Paws::SecurityHub::AwsElbLoadBalancerCrossZoneLoadBalancing
Cross-zone load balancing settings for the load balancer.
If cross-zone load balancing is enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SecurityHub
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues