Uses of Interface
software.amazon.awscdk.services.ecs.CfnService.LoadBalancerProperty
Packages that use CfnService.LoadBalancerProperty
-
Uses of CfnService.LoadBalancerProperty in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement CfnService.LoadBalancerPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnService.LoadBalancerPropertyMethods in software.amazon.awscdk.services.ecs that return CfnService.LoadBalancerPropertyModifier and TypeMethodDescriptionCfnService.LoadBalancerProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ecs that return types with arguments of type CfnService.LoadBalancerPropertyModifier 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.Method parameters in software.amazon.awscdk.services.ecs with type arguments of type CfnService.LoadBalancerPropertyModifier and TypeMethodDescriptionprotected voidBaseService.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.