Uses of Class
software.amazon.awscdk.services.ecs.ServiceConnect.Builder
Packages that use ServiceConnect.Builder
-
Uses of ServiceConnect.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ServiceConnect.BuilderModifier and TypeMethodDescriptionServiceConnect.Builder.appProtocol(AppProtocol appProtocol) The protocol used by Service Connect.ServiceConnect.Builder.containerPort(Number containerPort) The port number on the container that is bound to the user-specified or automatically assigned host port.ServiceConnect.Builder.containerPortRange(String containerPortRange) The port number range on the container that's bound to the dynamically mapped host port range.static ServiceConnect.BuilderServiceConnect.Builder.create(NetworkMode networkmode) The port number on the container instance to reserve for your container.The name to give the port mapping.The protocol used for the port mapping.