ModifyListenerRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The actions for the default rule.

Link copied to clipboard

The Amazon Resource Name (ARN) of the listener.

Link copied to clipboard

The mutual authentication configuration information.

Link copied to clipboard
val port: Int?

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

Link copied to clipboard

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 can't specify a protocol for a Gateway Load Balancer.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String