Hierarchy (view full)

Constructors

Properties

applicationListeners: Record<string, ApplicationListener> = {}
cluster: Cluster
listeners: Record<string, Listener> = {}

Mapping from container in this service to the ELB listener exposing it through a load balancer. Only present if a listener was provided in [Container.portMappings] or in [Container.applicationListener] or [Container.networkListener].

networkListeners: Record<string, NetworkListener> = {}
service: Service

Generated using TypeDoc