Uses of Interface
software.amazon.awscdk.services.elasticloadbalancing.ILoadBalancerTarget
Packages that use 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
Classes in software.amazon.awscdk.services.autoscaling that implement ILoadBalancerTargetModifier and TypeClassDescriptionclassA Fleet represents a managed set of EC2 instances. -
Uses of ILoadBalancerTarget in software.amazon.awscdk.services.ecs
Subinterfaces of ILoadBalancerTarget in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptioninterfaceInterface for ECS load balancer target.static interfaceInternal default implementation forIEcsLoadBalancerTarget.Classes in software.amazon.awscdk.services.ecs that implement ILoadBalancerTargetModifier and TypeClassDescriptionclassThe base class for Ec2Service and FargateService services.classThis creates a service using the EC2 launch type on an ECS cluster.classThis creates a service using the External launch type on an ECS cluster.classThis creates a service using the Fargate launch type on an ECS cluster.static final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ILoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancing
Subinterfaces of ILoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILoadBalancerTarget.Classes in software.amazon.awscdk.services.elasticloadbalancing that implement ILoadBalancerTargetModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.elasticloadbalancing that return types with arguments of type ILoadBalancerTargetModifier and TypeMethodDescriptiondefault List<ILoadBalancerTarget>LoadBalancerProps.getTargets()What targets to load balance to.final List<ILoadBalancerTarget>LoadBalancerProps.Jsii$Proxy.getTargets()Methods in software.amazon.awscdk.services.elasticloadbalancing with parameters of type ILoadBalancerTargetMethod parameters in software.amazon.awscdk.services.elasticloadbalancing with type arguments of type ILoadBalancerTargetModifier 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()