Skip to content

TotemLoadBalancerListenerOptions

Properties

certificateArns?

readonly optional certificateArns: string[]

Certificate Manager certificate to associate with the load balancer

Defined in

@meltmedia/totem/lib/services/load-balancer/types.d.ts:97


open?

readonly optional open: boolean

Allow anyone to connect to the load balancer on the listener port

If this is specified, the load balancer will be opened up to anyone who can reach it. For internal load balancers this is anyone in the same VPC. For public load balancers, this is anyone on the internet.

If you want to be more selective about who can access this load balancer, set this to false and use the listener’s connections object to selectively grant access to the load balancer on the listener port.

Default

true

Defined in

@meltmedia/totem/lib/services/load-balancer/types.d.ts:93


port?

readonly optional port: number

The port on which the listener listens for requests.

Default

- Determined from protocol if known.

Defined in

@meltmedia/totem/lib/services/load-balancer/types.d.ts:73


protocol?

readonly optional protocol: any

The protocol to use

Default

- Determined from port if known.

Defined in

@meltmedia/totem/lib/services/load-balancer/types.d.ts:67


sslPolicy?

readonly optional sslPolicy: any

The security policy that defines which ciphers and protocols are supported.

Default

- The current predefined security policy.

Defined in

@meltmedia/totem/lib/services/load-balancer/types.d.ts:79