Class: Aws::SecurityHub::Types::AwsElbLoadBalancerAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbLoadBalancerAttributes
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains attributes for the load balancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_log ⇒ Types::AwsElbLoadBalancerAccessLog
Information about the access log configuration for the load balancer.
-
#additional_attributes ⇒ Array<Types::AwsElbLoadBalancerAdditionalAttribute>
Any additional attributes for a load balancer.
-
#connection_draining ⇒ Types::AwsElbLoadBalancerConnectionDraining
Information about the connection draining configuration for the load balancer.
-
#connection_settings ⇒ Types::AwsElbLoadBalancerConnectionSettings
Connection settings for the load balancer.
-
#cross_zone_load_balancing ⇒ Types::AwsElbLoadBalancerCrossZoneLoadBalancing
Cross-zone load balancing settings for the load balancer.
Instance Attribute Details
#access_log ⇒ Types::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.
12589 12590 12591 12592 12593 12594 12595 12596 12597 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12589 class AwsElbLoadBalancerAttributes < Struct.new( :access_log, :connection_draining, :connection_settings, :cross_zone_load_balancing, :additional_attributes) SENSITIVE = [] include Aws::Structure end |
#additional_attributes ⇒ Array<Types::AwsElbLoadBalancerAdditionalAttribute>
Any additional attributes for a load balancer.
12589 12590 12591 12592 12593 12594 12595 12596 12597 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12589 class AwsElbLoadBalancerAttributes < Struct.new( :access_log, :connection_draining, :connection_settings, :cross_zone_load_balancing, :additional_attributes) SENSITIVE = [] include Aws::Structure end |
#connection_draining ⇒ Types::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.
12589 12590 12591 12592 12593 12594 12595 12596 12597 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12589 class AwsElbLoadBalancerAttributes < Struct.new( :access_log, :connection_draining, :connection_settings, :cross_zone_load_balancing, :additional_attributes) SENSITIVE = [] include Aws::Structure end |
#connection_settings ⇒ Types::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.
12589 12590 12591 12592 12593 12594 12595 12596 12597 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12589 class AwsElbLoadBalancerAttributes < Struct.new( :access_log, :connection_draining, :connection_settings, :cross_zone_load_balancing, :additional_attributes) SENSITIVE = [] include Aws::Structure end |
#cross_zone_load_balancing ⇒ Types::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.
12589 12590 12591 12592 12593 12594 12595 12596 12597 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12589 class AwsElbLoadBalancerAttributes < Struct.new( :access_log, :connection_draining, :connection_settings, :cross_zone_load_balancing, :additional_attributes) SENSITIVE = [] include Aws::Structure end |