Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.ITargetGroup
Packages that use ITargetGroup
Package
Description
AWS CodeDeploy Construct Library
AWS CodePipeline Actions
Amazon ECS Construct Library
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ITargetGroup in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return ITargetGroupModifier and TypeMethodDescriptionEcsBlueGreenDeploymentConfig.getBlueTargetGroup()The target group that will be associated with the 'blue' ECS task set during a blue-green deployment.final ITargetGroupEcsBlueGreenDeploymentConfig.Jsii$Proxy.getBlueTargetGroup()EcsBlueGreenDeploymentConfig.getGreenTargetGroup()The target group that will be associated with the 'green' ECS task set during a blue-green deployment.final ITargetGroupEcsBlueGreenDeploymentConfig.Jsii$Proxy.getGreenTargetGroup()Methods in software.amazon.awscdk.services.codedeploy with parameters of type ITargetGroupModifier and TypeMethodDescriptionEcsBlueGreenDeploymentConfig.Builder.blueTargetGroup(ITargetGroup blueTargetGroup) Sets the value ofEcsBlueGreenDeploymentConfig.getBlueTargetGroup()EcsBlueGreenDeploymentConfig.Builder.greenTargetGroup(ITargetGroup greenTargetGroup) Sets the value ofEcsBlueGreenDeploymentConfig.getGreenTargetGroup() -
Uses of ITargetGroup in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return types with arguments of type ITargetGroupModifier and TypeMethodDescriptiondefault List<ITargetGroup> Ec2DeployActionProps.getTargetGroups()The list of target groups for deployment.final List<ITargetGroup> Ec2DeployActionProps.Jsii$Proxy.getTargetGroups()Method parameters in software.amazon.awscdk.services.codepipeline.actions with type arguments of type ITargetGroupModifier and TypeMethodDescriptionEc2DeployAction.Builder.targetGroups(List<? extends ITargetGroup> targetGroups) The list of target groups for deployment.Ec2DeployActionProps.Builder.targetGroups(List<? extends ITargetGroup> targetGroups) Sets the value ofEc2DeployActionProps.getTargetGroups() -
Uses of ITargetGroup in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ITargetGroupModifier and TypeMethodDescriptionAlternateTargetProps.getAlternateTargetGroup()The alternate target group.final ITargetGroupAlternateTargetProps.Jsii$Proxy.getAlternateTargetGroup()Methods in software.amazon.awscdk.services.ecs with parameters of type ITargetGroupModifier and TypeMethodDescriptionAlternateTarget.Builder.alternateTargetGroup(ITargetGroup alternateTargetGroup) The alternate target group.AlternateTargetProps.Builder.alternateTargetGroup(ITargetGroup alternateTargetGroup) Sets the value ofAlternateTargetProps.getAlternateTargetGroup() -
Uses of ITargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of ITargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptioninterfaceA Target Group for Application Load Balancers.static interfaceInternal default implementation forIApplicationTargetGroup.interfaceA network target group.static interfaceInternal default implementation forINetworkTargetGroup.static interfaceInternal default implementation forITargetGroup.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement ITargetGroupModifier and TypeClassDescriptionclassDefine an Application Target Group.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a Network Target Group.classDefine the target of a load balancer.