Class: Aws::ElasticLoadBalancingV2::Types::Listener
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::Listener
- 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
-
#alpn_policy ⇒ Array<String>
[TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.
-
#certificates ⇒ Array<Types::Certificate>
[HTTPS or TLS listener] The default certificate for the listener.
-
#default_actions ⇒ Array<Types::Action>
The default actions for the listener.
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
-
#load_balancer_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
-
#mutual_authentication ⇒ Types::MutualAuthenticationAttributes
The mutual authentication configuration information.
-
#port ⇒ Integer
The port on which the load balancer is listening.
-
#protocol ⇒ String
The protocol for connections from clients to the load balancer.
-
#ssl_policy ⇒ String
[HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.
Instance Attribute Details
#alpn_policy ⇒ Array<String>
[TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2119 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 |
#certificates ⇒ Array<Types::Certificate>
[HTTPS or TLS listener] The default certificate for the listener.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2119 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_actions ⇒ Array<Types::Action>
The default actions for the listener.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2119 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_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2119 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_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2119 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_authentication ⇒ Types::MutualAuthenticationAttributes
The mutual authentication configuration information.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2119 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 |
#port ⇒ Integer
The port on which the load balancer is listening.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2119 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 |
#protocol ⇒ String
The protocol for connections from clients to the load balancer.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2119 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_policy ⇒ String
[HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2119 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 |