Uses of Interface
software.amazon.awscdk.services.ecs.CfnService.LoadBalancerProperty
-
Uses of CfnService.LoadBalancerProperty in software.amazon.awscdk.services.ecs
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnService.LoadBalancerProperty
Modifier and TypeMethodDescriptionCfnService.LoadBalancerProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionprotected List<CfnService.LoadBalancerProperty>
BaseService.getLoadBalancers()
A list of Elastic Load Balancing load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.Modifier and TypeMethodDescriptionprotected void
BaseService.setLoadBalancers
(List<CfnService.LoadBalancerProperty> value) A list of Elastic Load Balancing load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.