elbv2_modify_listener: Replaces the specified properties of the specified listener

View source: R/elbv2_operations.R

elbv2_modify_listenerR Documentation

Replaces the specified properties of the specified listener

Description

Replaces the specified properties of the specified listener. Any properties that you do not specify remain unchanged.

See https://www.paws-r-sdk.com/docs/elbv2_modify_listener/ for full documentation.

Usage

elbv2_modify_listener(
  ListenerArn,
  Port = NULL,
  Protocol = NULL,
  SslPolicy = NULL,
  Certificates = NULL,
  DefaultActions = NULL,
  AlpnPolicy = NULL
)

Arguments

ListenerArn

[required] The Amazon Resource Name (ARN) of the listener.

Port

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

Protocol

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.

SslPolicy

[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.

Certificates

[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.

DefaultActions

The actions for the default rule.

AlpnPolicy

[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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.