Class: Aws::ElasticLoadBalancingV2::Types::ModifyListenerInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alpn_policyArray<String>

[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You can specify one policy name. The following are the possible values:

  • ‘HTTP1Only`

  • ‘HTTP2Only`

  • ‘HTTP2Optional`

  • ‘HTTP2Preferred`

  • ‘None`

For more information, see [ALPN policies] in the *Network Load Balancers Guide*.

[1]: docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies

Returns:

  • (Array<String>)


2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2462

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

#certificatesArray<Types::Certificate>

[HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set ‘CertificateArn` to the certificate ARN but do not set `IsDefault`.

Returns:



2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2462

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

#default_actionsArray<Types::Action>

The actions for the default rule.

Returns:



2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2462

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

#listener_arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2462

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

#mutual_authenticationTypes::MutualAuthenticationAttributes

The mutual authentication configuration information.



2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2462

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

#portInteger

The port for connections from clients to the load balancer. You cannot specify a port for a Gateway Load Balancer.

Returns:

  • (Integer)


2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2462

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

#protocolString

The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols. You can’t change the protocol to UDP or TCP_UDP if dual-stack mode is enabled. You cannot specify a protocol for a Gateway Load Balancer.

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2462

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

#ssl_policyString

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

For more information, see [Security policies] in the *Application Load Balancers Guide* or [Security policies] in the *Network Load Balancers Guide*.

[1]: docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies [2]: docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2462

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