class Aws::SecurityHub::Types::AwsElbLoadBalancerAttributes
Contains attributes for the load balancer.
@note When making an API call, you may pass AwsElbLoadBalancerAttributes
data as a hash: { access_log: { emit_interval: 1, enabled: false, s3_bucket_name: "NonEmptyString", s3_bucket_prefix: "NonEmptyString", }, connection_draining: { enabled: false, timeout: 1, }, connection_settings: { idle_timeout: 1, }, cross_zone_load_balancing: { enabled: false, }, }
@!attribute [rw] access_log
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. @return [Types::AwsElbLoadBalancerAccessLog]
@!attribute [rw] connection_draining
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. @return [Types::AwsElbLoadBalancerConnectionDraining]
@!attribute [rw] connection_settings
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. @return [Types::AwsElbLoadBalancerConnectionSettings]
@!attribute [rw] cross_zone_load_balancing
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. @return [Types::AwsElbLoadBalancerCrossZoneLoadBalancing]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElbLoadBalancerAttributes AWS API Documentation
Constants
- SENSITIVE