Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.ITargetGroup
Package
Description
AWS CodeDeploy Construct Library
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ITargetGroup in software.amazon.awscdk.services.codedeploy
Modifier and TypeMethodDescriptionEcsBlueGreenDeploymentConfig.getBlueTargetGroup()
The target group that will be associated with the 'blue' ECS task set during a blue-green deployment.final ITargetGroup
EcsBlueGreenDeploymentConfig.Jsii$Proxy.getBlueTargetGroup()
EcsBlueGreenDeploymentConfig.getGreenTargetGroup()
The target group that will be associated with the 'green' ECS task set during a blue-green deployment.final ITargetGroup
EcsBlueGreenDeploymentConfig.Jsii$Proxy.getGreenTargetGroup()
Modifier 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.elasticloadbalancingv2
Modifier and TypeInterfaceDescriptioninterface
A Target Group for Application Load Balancers.static interface
Internal default implementation forIApplicationTargetGroup
.interface
A network target group.static interface
Internal default implementation forINetworkTargetGroup
.static interface
Internal default implementation forITargetGroup
.Modifier and TypeClassDescriptionclass
Define an Application Target Group.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
Define a Network Target Group.class
Define the target of a load balancer.