Uses of Interface
software.amazon.awscdk.services.ecs.patterns.ApplicationLoadBalancerProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationLoadBalancerProps in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeClassDescriptionstatic final class
An implementation forApplicationLoadBalancerProps
Modifier and TypeMethodDescriptionApplicationLoadBalancerProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionfinal List<ApplicationLoadBalancerProps>
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getLoadBalancers()
final List<ApplicationLoadBalancerProps>
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getLoadBalancers()
default List<ApplicationLoadBalancerProps>
ApplicationMultipleTargetGroupsServiceBaseProps.getLoadBalancers()
The application load balancer that will serve traffic to the service.final List<ApplicationLoadBalancerProps>
ApplicationMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getLoadBalancers()
Modifier and TypeMethodDescriptionApplicationMultipleTargetGroupsEc2Service.Builder.loadBalancers
(List<? extends ApplicationLoadBalancerProps> loadBalancers) The application load balancer that will serve traffic to the service.ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.loadBalancers
(List<? extends ApplicationLoadBalancerProps> loadBalancers) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getLoadBalancers()
ApplicationMultipleTargetGroupsFargateService.Builder.loadBalancers
(List<? extends ApplicationLoadBalancerProps> loadBalancers) The application load balancer that will serve traffic to the service.ApplicationMultipleTargetGroupsFargateServiceProps.Builder.loadBalancers
(List<? extends ApplicationLoadBalancerProps> loadBalancers) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getLoadBalancers()
ApplicationMultipleTargetGroupsServiceBaseProps.Builder.loadBalancers
(List<? extends ApplicationLoadBalancerProps> loadBalancers) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getLoadBalancers()