Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationLoadBalancerTarget
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 IApplicationLoadBalancerTarget in software.amazon.awscdk.services.autoscaling
Modifier and TypeClassDescriptionclass
A Fleet represents a managed set of EC2 instances. -
Uses of IApplicationLoadBalancerTarget 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 IApplicationLoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIApplicationLoadBalancerTarget
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptiondefault List<IApplicationLoadBalancerTarget>
AddApplicationTargetsProps.getTargets()
The targets to add to this target group.AddApplicationTargetsProps.Jsii$Proxy.getTargets()
default List<IApplicationLoadBalancerTarget>
ApplicationTargetGroupProps.getTargets()
The targets to add to this target group.ApplicationTargetGroupProps.Jsii$Proxy.getTargets()
Modifier and TypeMethodDescriptionvoid
ApplicationTargetGroup.addTarget
(@NotNull IApplicationLoadBalancerTarget... targets) Add a load balancing target to this target group.void
IApplicationTargetGroup.addTarget
(@NotNull IApplicationLoadBalancerTarget... targets) Add a load balancing target to this target group.default void
IApplicationTargetGroup.Jsii$Default.addTarget
(@NotNull IApplicationLoadBalancerTarget... targets) Add a load balancing target to this target group.final void
IApplicationTargetGroup.Jsii$Proxy.addTarget
(@NotNull IApplicationLoadBalancerTarget... targets) Add a load balancing target to this target group.Modifier and TypeMethodDescriptionAddApplicationTargetsProps.Builder.targets
(List<? extends IApplicationLoadBalancerTarget> targets) Sets the value ofAddApplicationTargetsProps.getTargets()
ApplicationTargetGroup.Builder.targets
(List<? extends IApplicationLoadBalancerTarget> targets) The targets to add to this target group.ApplicationTargetGroupProps.Builder.targets
(List<? extends IApplicationLoadBalancerTarget> targets) Sets the value ofApplicationTargetGroupProps.getTargets()
-
Uses of IApplicationLoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingv2.targets
Modifier and TypeClassDescriptionclass
An EC2 instance that is the target for load balancing.class
Example:class
An IP address that is a target for load balancing.class
Example: