Class: Aws::SecurityHub::Types::AwsElbLoadBalancerDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbLoadBalancerDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Contains details about a Classic Load Balancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zones ⇒ Array<String>
The list of Availability Zones for the load balancer.
-
#backend_server_descriptions ⇒ Array<Types::AwsElbLoadBalancerBackendServerDescription>
Information about the configuration of the EC2 instances.
-
#canonical_hosted_zone_name ⇒ String
The name of the Amazon Route 53 hosted zone for the load balancer.
-
#canonical_hosted_zone_name_id ⇒ String
The ID of the Amazon Route 53 hosted zone for the load balancer.
-
#created_time ⇒ String
Indicates when the load balancer was created.
-
#dns_name ⇒ String
The DNS name of the load balancer.
-
#health_check ⇒ Types::AwsElbLoadBalancerHealthCheck
Information about the health checks that are conducted on the load balancer.
-
#instances ⇒ Array<Types::AwsElbLoadBalancerInstance>
List of EC2 instances for the load balancer.
-
#listener_descriptions ⇒ Array<Types::AwsElbLoadBalancerListenerDescription>
The policies that are enabled for the load balancer listeners.
-
#load_balancer_attributes ⇒ Types::AwsElbLoadBalancerAttributes
The attributes for a load balancer.
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#policies ⇒ Types::AwsElbLoadBalancerPolicies
The policies for a load balancer.
-
#scheme ⇒ String
The type of load balancer.
-
#security_groups ⇒ Array<String>
The security groups for the load balancer.
-
#source_security_group ⇒ Types::AwsElbLoadBalancerSourceSecurityGroup
Information about the security group for the load balancer.
-
#subnets ⇒ Array<String>
The list of subnet identifiers for the load balancer.
-
#vpc_id ⇒ String
The identifier of the VPC for the load balancer.
Instance Attribute Details
#availability_zones ⇒ Array<String>
The list of Availability Zones for the load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#backend_server_descriptions ⇒ Array<Types::AwsElbLoadBalancerBackendServerDescription>
Information about the configuration of the EC2 instances.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#canonical_hosted_zone_name ⇒ String
The name of the Amazon Route 53 hosted zone for the load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#canonical_hosted_zone_name_id ⇒ String
The ID of the Amazon Route 53 hosted zone for the load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ String
Indicates when the load balancer was created.
Uses the date-time
format specified in RFC 3339 section 5.6,
Internet Date/Time Format. The value cannot contain spaces, and
date and time should be separated by T
. For example,
2020-03-22T13:22:13.933Z
.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#dns_name ⇒ String
The DNS name of the load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#health_check ⇒ Types::AwsElbLoadBalancerHealthCheck
Information about the health checks that are conducted on the load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#instances ⇒ Array<Types::AwsElbLoadBalancerInstance>
List of EC2 instances for the load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#listener_descriptions ⇒ Array<Types::AwsElbLoadBalancerListenerDescription>
The policies that are enabled for the load balancer listeners.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#load_balancer_attributes ⇒ Types::AwsElbLoadBalancerAttributes
The attributes for a load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The name of the load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#policies ⇒ Types::AwsElbLoadBalancerPolicies
The policies for a load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#scheme ⇒ String
The type of load balancer. Only provided if the load balancer is in a VPC.
If Scheme
is internet-facing
, the load balancer has a public DNS
name that resolves to a public IP address.
If Scheme
is internal
, the load balancer has a public DNS name
that resolves to a private IP address.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#security_groups ⇒ Array<String>
The security groups for the load balancer. Only provided if the load balancer is in a VPC.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#source_security_group ⇒ Types::AwsElbLoadBalancerSourceSecurityGroup
Information about the security group for the load balancer. This is the security group that is used for inbound rules.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<String>
The list of subnet identifiers for the load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The identifier of the VPC for the load balancer.
11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11713 class AwsElbLoadBalancerDetails < Struct.new( :availability_zones, :backend_server_descriptions, :canonical_hosted_zone_name, :canonical_hosted_zone_name_id, :created_time, :dns_name, :health_check, :instances, :listener_descriptions, :load_balancer_attributes, :load_balancer_name, :policies, :scheme, :security_groups, :source_security_group, :subnets, :vpc_id) SENSITIVE = [] include Aws::Structure end |