Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationLoadBalancerTarget
Packages that use 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
Classes in software.amazon.awscdk.services.autoscaling that implement IApplicationLoadBalancerTargetModifier and TypeClassDescriptionclass
A Fleet represents a managed set of EC2 instances. -
Uses of IApplicationLoadBalancerTarget in software.amazon.awscdk.services.ecs
Subinterfaces of IApplicationLoadBalancerTarget in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptioninterface
Interface for ECS load balancer target.static interface
Internal default implementation forIEcsLoadBalancerTarget
.Classes in software.amazon.awscdk.services.ecs that implement IApplicationLoadBalancerTargetModifier 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
Subinterfaces of IApplicationLoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIApplicationLoadBalancerTarget
.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement IApplicationLoadBalancerTargetModifier and TypeClassDescriptionstatic final class
A 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 IApplicationLoadBalancerTargetModifier 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()
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type IApplicationLoadBalancerTargetModifier 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.Method parameters in software.amazon.awscdk.services.elasticloadbalancingv2 with type arguments of type IApplicationLoadBalancerTargetModifier 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
Classes in software.amazon.awscdk.services.elasticloadbalancingv2.targets that implement IApplicationLoadBalancerTargetModifier 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: