Uses of Interface
software.amazon.awscdk.services.ecs.EcsTarget
-
Uses of EcsTarget in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionvoid
BaseService.registerLoadBalancerTargets
(@NotNull EcsTarget... targets) Use this function to create all load balancer targets to be registered in this service, add them to target groups, and attach target groups to listeners accordingly.void
ExternalService.registerLoadBalancerTargets
(@NotNull EcsTarget... _targets) Overriden method to throw error asregisterLoadBalancerTargets
is not supported for external service.