Class: Aws::ElasticLoadBalancingV2::Types::Listener

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

Overview

Information about a listener.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alpn_policyArray<String>

[TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.

Returns:

  • (Array<String>)


2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2032

class Listener < Struct.new(
  :listener_arn,
  :load_balancer_arn,
  :port,
  :protocol,
  :certificates,
  :ssl_policy,
  :default_actions,
  :alpn_policy,
  :mutual_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#certificatesArray<Types::Certificate>

[HTTPS or TLS listener] The default certificate for the listener.

Returns:



2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2032

class Listener < Struct.new(
  :listener_arn,
  :load_balancer_arn,
  :port,
  :protocol,
  :certificates,
  :ssl_policy,
  :default_actions,
  :alpn_policy,
  :mutual_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#default_actionsArray<Types::Action>

The default actions for the listener.

Returns:



2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2032

class Listener < Struct.new(
  :listener_arn,
  :load_balancer_arn,
  :port,
  :protocol,
  :certificates,
  :ssl_policy,
  :default_actions,
  :alpn_policy,
  :mutual_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#listener_arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2032

class Listener < Struct.new(
  :listener_arn,
  :load_balancer_arn,
  :port,
  :protocol,
  :certificates,
  :ssl_policy,
  :default_actions,
  :alpn_policy,
  :mutual_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_arnString

The Amazon Resource Name (ARN) of the load balancer.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2032

class Listener < Struct.new(
  :listener_arn,
  :load_balancer_arn,
  :port,
  :protocol,
  :certificates,
  :ssl_policy,
  :default_actions,
  :alpn_policy,
  :mutual_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#mutual_authenticationTypes::MutualAuthenticationAttributes

The mutual authentication configuration information.



2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2032

class Listener < Struct.new(
  :listener_arn,
  :load_balancer_arn,
  :port,
  :protocol,
  :certificates,
  :ssl_policy,
  :default_actions,
  :alpn_policy,
  :mutual_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port on which the load balancer is listening.

Returns:

  • (Integer)


2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2032

class Listener < Struct.new(
  :listener_arn,
  :load_balancer_arn,
  :port,
  :protocol,
  :certificates,
  :ssl_policy,
  :default_actions,
  :alpn_policy,
  :mutual_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol for connections from clients to the load balancer.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2032

class Listener < Struct.new(
  :listener_arn,
  :load_balancer_arn,
  :port,
  :protocol,
  :certificates,
  :ssl_policy,
  :default_actions,
  :alpn_policy,
  :mutual_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#ssl_policyString

[HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2032

class Listener < Struct.new(
  :listener_arn,
  :load_balancer_arn,
  :port,
  :protocol,
  :certificates,
  :ssl_policy,
  :default_actions,
  :alpn_policy,
  :mutual_authentication)
  SENSITIVE = []
  include Aws::Structure
end