TotemLoadBalancerListenerOptions
Properties
certificateArns?
readonlyoptionalcertificateArns:string[]
Certificate Manager certificate to associate with the load balancer
Defined in
@meltmedia/totem/lib/services/load-balancer/types.d.ts:97
open?
readonlyoptionalopen: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
trueDefined in
@meltmedia/totem/lib/services/load-balancer/types.d.ts:93
port?
readonlyoptionalport: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?
readonlyoptionalprotocol:any
The protocol to use
Default
- Determined from port if known.Defined in
@meltmedia/totem/lib/services/load-balancer/types.d.ts:67
sslPolicy?
readonlyoptionalsslPolicy: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