Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.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
Modifier and TypeClassDescriptionclass
A Fleet represents a managed set of EC2 instances. -
Uses of INetworkLoadBalancerTarget 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 INetworkLoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forINetworkLoadBalancerTarget
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier 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()
Modifier and TypeMethodDescriptionvoid
INetworkTargetGroup.addTarget
(@NotNull INetworkLoadBalancerTarget... targets) Add a load balancing target to this target group.default void
INetworkTargetGroup.Jsii$Default.addTarget
(@NotNull INetworkLoadBalancerTarget... targets) Add a load balancing target to this target group.final void
INetworkTargetGroup.Jsii$Proxy.addTarget
(@NotNull INetworkLoadBalancerTarget... targets) Add a load balancing target to this target group.void
NetworkTargetGroup.addTarget
(@NotNull INetworkLoadBalancerTarget... targets) Add a load balancing target to this target group.Modifier 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
Modifier and TypeClassDescriptionclass
A single Application Load Balancer as the target for load balancing.class
A single Application Load Balancer's listener as the target for load balancing.class
Deprecated.class
An EC2 instance that is the target for load balancing.class
Example:class
An IP address that is a target for load balancing.
AlbListenerTarget
instead orAlbArnTarget
for an imported load balancer.