Uses of Interface
software.amazon.awscdk.services.elasticloadbalancing.ILoadBalancerTarget
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
Amazon Elastic Load Balancing Construct Library
-
Uses of ILoadBalancerTarget in software.amazon.awscdk.services.autoscaling
Modifier and TypeClassDescriptionclass
A Fleet represents a managed set of EC2 instances. -
Uses of ILoadBalancerTarget in software.amazon.awscdk.services.ecs
Modifier and TypeInterfaceDescriptioninterface
Interface for ECS load balancer target.static interface
Internal default implementation forIEcsLoadBalancerTarget
.Modifier and TypeClassDescriptionclass
The base class for Ec2Service and FargateService services.class
This creates a service using the EC2 launch type on an ECS cluster.class
This creates a service using the External launch type on an ECS cluster.class
This creates a service using the Fargate launch type on an ECS cluster.static final class
A proxy class which represents a concrete javascript instance of this type. -
Uses of ILoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancing
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILoadBalancerTarget
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptiondefault List<ILoadBalancerTarget>
LoadBalancerProps.getTargets()
What targets to load balance to.final List<ILoadBalancerTarget>
LoadBalancerProps.Jsii$Proxy.getTargets()
Modifier and TypeMethodDescriptionLoadBalancer.Builder.targets
(List<? extends ILoadBalancerTarget> targets) What targets to load balance to.LoadBalancerProps.Builder.targets
(List<? extends ILoadBalancerTarget> targets) Sets the value ofLoadBalancerProps.getTargets()