Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.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
Modifier and TypeMethodDescriptionAutoScalingGroup.attachToApplicationTargetGroup
(IApplicationTargetGroup targetGroup) Attach to ELBv2 Application Target Group. -
Uses of IApplicationTargetGroup in software.amazon.awscdk.services.codedeploy
Modifier and TypeMethodDescriptionstatic LoadBalancer
LoadBalancer.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
Modifier 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 asattachToApplicationTargetGroup
is not supported for external service.default LoadBalancerTargetProps
IEcsLoadBalancerTarget.Jsii$Default.attachToApplicationTargetGroup
(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.final LoadBalancerTargetProps
IEcsLoadBalancerTarget.Jsii$Proxy.attachToApplicationTargetGroup
(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup. -
Uses of IApplicationTargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIApplicationTargetGroup
.Modifier and TypeClassDescriptionclass
Define an Application Target Group.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IApplicationTargetGroup
ApplicationTargetGroup.fromTargetGroupAttributes
(software.constructs.Construct scope, String id, TargetGroupAttributes attrs) Import an existing target group.WeightedTargetGroup.getTargetGroup()
The target group.final IApplicationTargetGroup
WeightedTargetGroup.Jsii$Proxy.getTargetGroup()
Modifier 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()
Modifier and TypeMethodDescriptionIApplicationLoadBalancerTarget.attachToApplicationTargetGroup
(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.default LoadBalancerTargetProps
IApplicationLoadBalancerTarget.Jsii$Default.attachToApplicationTargetGroup
(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.final LoadBalancerTargetProps
IApplicationLoadBalancerTarget.Jsii$Proxy.attachToApplicationTargetGroup
(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.WeightedTargetGroup.Builder.targetGroup
(IApplicationTargetGroup targetGroup) Sets the value ofWeightedTargetGroup.getTargetGroup()
Modifier 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 ListenerAction
ListenerAction.forward
(List<? extends IApplicationTargetGroup> targetGroups) Forward to one or more Target Groups.static ListenerAction
ListenerAction.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
Modifier 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.