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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceInterface for ECS load balancer target.static interfaceInternal default implementation forIEcsLoadBalancerTarget.Classes in software.amazon.awscdk.services.ecs that implement IApplicationLoadBalancerTargetModifier 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 IApplicationLoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of IApplicationLoadBalancerTarget in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplicationLoadBalancerTarget.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement IApplicationLoadBalancerTargetModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDeprecated.Use IpTarget from theclassDeprecated.Use IpTarget from theMethods 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 TypeMethodDescriptionvoidApplicationTargetGroup.addTarget(@NotNull IApplicationLoadBalancerTarget... targets) Add a load balancing target to this target group.voidIApplicationTargetGroup.addTarget(@NotNull IApplicationLoadBalancerTarget... targets) Add a load balancing target to this target group.default voidIApplicationTargetGroup.Jsii$Default.addTarget(@NotNull IApplicationLoadBalancerTarget... targets) Add a load balancing target to this target group.final voidIApplicationTargetGroup.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 TypeClassDescriptionclassAn EC2 instance that is the target for load balancing.classExample:classAn IP address that is a target for load balancing.classExample: