CreateListenerRequest

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 load balancer.

Link copied to clipboard

The mutual authentication configuration information.

Link copied to clipboard
val port: Int?

The port on which the load balancer is listening. You cannot specify a port for a Gateway Load Balancer.

Link copied to clipboard

The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP. You can’t specify the UDP or TCP_UDP protocol if dual-stack mode is enabled. You cannot 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.

Link copied to clipboard
val tags: List<Tag>?

The tags to assign to the listener.

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