You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsElbLoadBalancerListener

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsElbLoadBalancerListener as input to an Aws::Client method, you can use a vanilla Hash:

{
  instance_port: 1,
  instance_protocol: "NonEmptyString",
  load_balancer_port: 1,
  protocol: "NonEmptyString",
  ssl_certificate_id: "NonEmptyString",
}

Information about a load balancer listener.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#instance_portInteger

The port on which the instance is listening.

Returns:

  • (Integer)

    The port on which the instance is listening.

#instance_protocolString

The protocol to use to route traffic to instances.

Valid values: HTTP | HTTPS | TCP | SSL

Returns:

  • (String)

    The protocol to use to route traffic to instances.

#load_balancer_portInteger

The port on which the load balancer is listening.

On EC2-VPC, you can specify any port from the range 1-65535.

On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

Returns:

  • (Integer)

    The port on which the load balancer is listening.

#protocolString

The load balancer transport protocol to use for routing.

Valid values: HTTP | HTTPS | TCP | SSL

Returns:

  • (String)

    The load balancer transport protocol to use for routing.

#ssl_certificate_idString

The ARN of the server certificate.

Returns:

  • (String)

    The ARN of the server certificate.