Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerTarget
Packages that use INetworkLoadBalancerTarget
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
Amazon Elastic Load Balancing V2 Construct Library
Targets for AWS Elastic Load Balancing V2
-
Uses of INetworkLoadBalancerTarget in software.amazon.awscdk.services.autoscaling
Classes in software.amazon.awscdk.services.autoscaling that implement INetworkLoadBalancerTargetModifier and TypeClassDescriptionclassA Fleet represents a managed set of EC2 instances. -
Uses of INetworkLoadBalancerTarget in software.amazon.awscdk.services.ecs
Subinterfaces of INetworkLoadBalancerTarget 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 INetworkLoadBalancerTargetModifier 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 INetworkLoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of INetworkLoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINetworkLoadBalancerTarget.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement INetworkLoadBalancerTargetModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return types with arguments of type INetworkLoadBalancerTargetModifier and TypeMethodDescriptiondefault List<INetworkLoadBalancerTarget> AddNetworkTargetsProps.getTargets()The targets to add to this target group.final List<INetworkLoadBalancerTarget> AddNetworkTargetsProps.Jsii$Proxy.getTargets()default List<INetworkLoadBalancerTarget> NetworkTargetGroupProps.getTargets()The targets to add to this target group.final List<INetworkLoadBalancerTarget> NetworkTargetGroupProps.Jsii$Proxy.getTargets()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type INetworkLoadBalancerTargetModifier and TypeMethodDescriptionvoidINetworkTargetGroup.addTarget(INetworkLoadBalancerTarget... targets) Add a load balancing target to this target group.default voidINetworkTargetGroup.Jsii$Default.addTarget(INetworkLoadBalancerTarget... targets) Add a load balancing target to this target group.final voidINetworkTargetGroup.Jsii$Proxy.addTarget(INetworkLoadBalancerTarget... targets) Add a load balancing target to this target group.voidNetworkTargetGroup.addTarget(INetworkLoadBalancerTarget... targets) Add a load balancing target to this target group.Method parameters in software.amazon.awscdk.services.elasticloadbalancingv2 with type arguments of type INetworkLoadBalancerTargetModifier and TypeMethodDescriptionAddNetworkTargetsProps.Builder.targets(List<? extends INetworkLoadBalancerTarget> targets) Sets the value ofAddNetworkTargetsProps.getTargets()NetworkTargetGroup.Builder.targets(List<? extends INetworkLoadBalancerTarget> targets) The targets to add to this target group.NetworkTargetGroupProps.Builder.targets(List<? extends INetworkLoadBalancerTarget> targets) Sets the value ofNetworkTargetGroupProps.getTargets() -
Uses of INetworkLoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingv2.targets
Classes in software.amazon.awscdk.services.elasticloadbalancingv2.targets that implement INetworkLoadBalancerTargetModifier and TypeClassDescriptionclassA single Application Load Balancer as the target for load balancing.classA single Application Load Balancer's listener as the target for load balancing.classDeprecated.classAn EC2 instance that is the target for load balancing.classExample:classAn IP address that is a target for load balancing.
AlbListenerTargetinstead orAlbArnTargetfor an imported load balancer.