Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationTargetGroup
Packages that use IApplicationTargetGroup
Package
Description
Amazon EC2 Auto Scaling Construct Library
AWS CodeDeploy Construct Library
Amazon ECS Construct Library
Amazon Elastic Load Balancing V2 Construct Library
Targets for AWS Elastic Load Balancing V2
-
Uses of IApplicationTargetGroup in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling with parameters of type IApplicationTargetGroupModifier and TypeMethodDescriptionAutoScalingGroup.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Attach to ELBv2 Application Target Group. -
Uses of IApplicationTargetGroup in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy with parameters of type IApplicationTargetGroupModifier and TypeMethodDescriptionstatic LoadBalancerLoadBalancer.application(IApplicationTargetGroup albTargetGroup) Creates a new CodeDeploy load balancer from an Application Load Balancer Target Group. -
Uses of IApplicationTargetGroup in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs with parameters of type IApplicationTargetGroupModifier and TypeMethodDescriptionBaseService.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) This method is called to attach this service to an Application Load Balancer.ExternalService.attachToApplicationTargetGroup(IApplicationTargetGroup _targetGroup) Overriden method to throw error asattachToApplicationTargetGroupis not supported for external service.default LoadBalancerTargetPropsIEcsLoadBalancerTarget.Jsii$Default.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.final LoadBalancerTargetPropsIEcsLoadBalancerTarget.Jsii$Proxy.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup. -
Uses of IApplicationTargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of IApplicationTargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplicationTargetGroup.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement IApplicationTargetGroupModifier and TypeClassDescriptionclassDefine an Application Target Group.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return IApplicationTargetGroupModifier and TypeMethodDescriptionstatic IApplicationTargetGroupApplicationTargetGroup.doImport(software.constructs.Construct scope, String id, TargetGroupImportProps props) Deprecated.static IApplicationTargetGroupApplicationTargetGroup.fromTargetGroupAttributes(software.constructs.Construct scope, String id, TargetGroupAttributes attrs) Import an existing target group.WeightedTargetGroup.getTargetGroup()The target group.final IApplicationTargetGroupWeightedTargetGroup.Jsii$Proxy.getTargetGroup()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return types with arguments of type IApplicationTargetGroupModifier and TypeMethodDescriptionfinal List<IApplicationTargetGroup>ApplicationListenerProps.Jsii$Proxy.getDefaultTargetGroups()default List<IApplicationTargetGroup>BaseApplicationListenerProps.getDefaultTargetGroups()Default target groups to load balance to.final List<IApplicationTargetGroup>BaseApplicationListenerProps.Jsii$Proxy.getDefaultTargetGroups()AddApplicationTargetGroupsProps.getTargetGroups()Target groups to forward requests to.final List<IApplicationTargetGroup>AddApplicationTargetGroupsProps.Jsii$Proxy.getTargetGroups()final List<IApplicationTargetGroup>ApplicationListenerRuleProps.Jsii$Proxy.getTargetGroups()default List<IApplicationTargetGroup>BaseApplicationListenerRuleProps.getTargetGroups()Target groups to forward requests to.final List<IApplicationTargetGroup>BaseApplicationListenerRuleProps.Jsii$Proxy.getTargetGroups()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type IApplicationTargetGroupModifier and TypeMethodDescriptionvoidApplicationListenerRule.addTargetGroup(IApplicationTargetGroup targetGroup) Deprecated.Use configureAction insteadIApplicationLoadBalancerTarget.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.default LoadBalancerTargetPropsIApplicationLoadBalancerTarget.Jsii$Default.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.final LoadBalancerTargetPropsIApplicationLoadBalancerTarget.Jsii$Proxy.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.InstanceTarget.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Deprecated.IpTarget.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Deprecated.WeightedTargetGroup.Builder.targetGroup(IApplicationTargetGroup targetGroup) Sets the value ofWeightedTargetGroup.getTargetGroup()Method parameters in software.amazon.awscdk.services.elasticloadbalancingv2 with type arguments of type IApplicationTargetGroupModifier and TypeMethodDescriptionApplicationListener.Builder.defaultTargetGroups(List<? extends IApplicationTargetGroup> defaultTargetGroups) Default target groups to load balance to.ApplicationListenerProps.Builder.defaultTargetGroups(List<? extends IApplicationTargetGroup> defaultTargetGroups) Sets the value ofBaseApplicationListenerProps.getDefaultTargetGroups()BaseApplicationListenerProps.Builder.defaultTargetGroups(List<? extends IApplicationTargetGroup> defaultTargetGroups) Sets the value ofBaseApplicationListenerProps.getDefaultTargetGroups()static ListenerActionListenerAction.forward(List<? extends IApplicationTargetGroup> targetGroups) Forward to one or more Target Groups.static ListenerActionListenerAction.forward(List<? extends IApplicationTargetGroup> targetGroups, ForwardOptions options) Forward to one or more Target Groups.AddApplicationTargetGroupsProps.Builder.targetGroups(List<? extends IApplicationTargetGroup> targetGroups) Sets the value ofAddApplicationTargetGroupsProps.getTargetGroups()ApplicationListenerRule.Builder.targetGroups(List<? extends IApplicationTargetGroup> targetGroups) Target groups to forward requests to.ApplicationListenerRuleProps.Builder.targetGroups(List<? extends IApplicationTargetGroup> targetGroups) Sets the value ofBaseApplicationListenerRuleProps.getTargetGroups()BaseApplicationListenerRuleProps.Builder.targetGroups(List<? extends IApplicationTargetGroup> targetGroups) Sets the value ofBaseApplicationListenerRuleProps.getTargetGroups() -
Uses of IApplicationTargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2.targets
Methods in software.amazon.awscdk.services.elasticloadbalancingv2.targets with parameters of type IApplicationTargetGroupModifier and TypeMethodDescriptionInstanceIdTarget.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Register this instance target with a load balancer.IpTarget.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Register this instance target with a load balancer.LambdaTarget.attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Register this instance target with a load balancer.
fromTargetGroupAttributesinstead