| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2.targets |
Targets for AWS Elastic Load Balancing V2
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoScalingGroup
(experimental) A Fleet represents a managed set of EC2 instances.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEcsLoadBalancerTarget
(experimental) Interface for ECS load balancer target.
|
static interface |
IEcsLoadBalancerTarget.Jsii$Default
Internal default implementation for
IEcsLoadBalancerTarget. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseService
(experimental) The base class for Ec2Service and FargateService services.
|
class |
Ec2Service
(experimental) This creates a service using the EC2 launch type on an ECS cluster.
|
class |
FargateService
(experimental) This creates a service using the Fargate launch type on an ECS cluster.
|
static class |
IEcsLoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IApplicationLoadBalancerTarget.Jsii$Default
Internal default implementation for
IApplicationLoadBalancerTarget. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IApplicationLoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IApplicationLoadBalancerTarget> |
AddApplicationTargetsProps.getTargets()
(experimental) The targets to add to this target group.
|
List<IApplicationLoadBalancerTarget> |
AddApplicationTargetsProps.Jsii$Proxy.getTargets() |
default List<IApplicationLoadBalancerTarget> |
ApplicationTargetGroupProps.getTargets()
(experimental) The targets to add to this target group.
|
List<IApplicationLoadBalancerTarget> |
ApplicationTargetGroupProps.Jsii$Proxy.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
IApplicationTargetGroup.addTarget(IApplicationLoadBalancerTarget... targets)
(experimental) Add a load balancing target to this target group.
|
void |
IApplicationTargetGroup.Jsii$Proxy.addTarget(IApplicationLoadBalancerTarget... targets)
(experimental) Add a load balancing target to this target group.
|
default void |
IApplicationTargetGroup.Jsii$Default.addTarget(IApplicationLoadBalancerTarget... targets)
(experimental) Add a load balancing target to this target group.
|
void |
ApplicationTargetGroup.addTarget(IApplicationLoadBalancerTarget... targets)
(experimental) Add a load balancing target to this target group.
|
| Modifier and Type | Method and Description |
|---|---|
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.targets(List<? extends IApplicationLoadBalancerTarget> targets)
Sets the value of
AddApplicationTargetsProps.getTargets() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.targets(List<? extends IApplicationLoadBalancerTarget> targets)
(experimental) The targets to add to this target group.
|
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.targets(List<? extends IApplicationLoadBalancerTarget> targets)
Sets the value of
ApplicationTargetGroupProps.getTargets() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration deregistrationDelay,
HealthCheck healthCheck,
Number port,
ApplicationProtocol protocol,
ApplicationProtocolVersion protocolVersion,
Duration slowStart,
Duration stickinessCookieDuration,
String stickinessCookieName,
String targetGroupName,
List<? extends IApplicationLoadBalancerTarget> targets,
List<? extends ListenerCondition> conditions,
Number priority)
Constructor that initializes the object based on literal property values passed by the
AddApplicationTargetsProps.Builder. |
Jsii$Proxy(Number port,
ApplicationProtocol protocol,
ApplicationProtocolVersion protocolVersion,
Duration slowStart,
Duration stickinessCookieDuration,
String stickinessCookieName,
List<? extends IApplicationLoadBalancerTarget> targets,
Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationTargetGroupProps.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceIdTarget
(experimental) An EC2 instance that is the target for load balancing.
|
class |
InstanceTarget |
class |
IpTarget
(experimental) An IP address that is a target for load balancing.
|
class |
LambdaTarget |
Copyright © 2021. All rights reserved.