Class: Aws::SecurityHub::Types::AwsElbv2LoadBalancerDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Information about a load balancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<Types::AvailabilityZone>

The Availability Zones for the load balancer.

Returns:



12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#canonical_hosted_zone_idString

The ID of the Amazon Route 53 hosted zone associated with the load balancer.

Returns:

  • (String)


12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeString

Indicates when the load balancer was created.

For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

Returns:

  • (String)


12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#dns_nameString

The public DNS name of the load balancer.

Returns:

  • (String)


12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

Returns:

  • (String)


12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_attributesArray<Types::AwsElbv2LoadBalancerAttribute>

Attributes of the load balancer.



12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#schemeString

The nodes of an Internet-facing load balancer have public IP addresses.

Returns:

  • (String)


12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The IDs of the security groups for the load balancer.

Returns:

  • (Array<String>)


12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::LoadBalancerState

The state of the load balancer.



12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of load balancer.

Returns:

  • (String)


12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC for the load balancer.

Returns:

  • (String)


12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12681

class AwsElbv2LoadBalancerDetails < Struct.new(
  :availability_zones,
  :canonical_hosted_zone_id,
  :created_time,
  :dns_name,
  :ip_address_type,
  :scheme,
  :security_groups,
  :state,
  :type,
  :vpc_id,
  :load_balancer_attributes)
  SENSITIVE = []
  include Aws::Structure
end