| 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.elasticloadbalancing |
Amazon Elastic Load Balancing Construct Library
|
| 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 |
ILoadBalancerTarget.Jsii$Default
Internal default implementation for
ILoadBalancerTarget. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ILoadBalancerTarget> |
LoadBalancerProps.getTargets()
(experimental) What targets to load balance to.
|
List<ILoadBalancerTarget> |
LoadBalancerProps.Jsii$Proxy.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancer.addTarget(ILoadBalancerTarget target) |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerProps.Builder |
LoadBalancerProps.Builder.targets(List<? extends ILoadBalancerTarget> targets)
Sets the value of
LoadBalancerProps.getTargets() |
LoadBalancer.Builder |
LoadBalancer.Builder.targets(List<? extends ILoadBalancerTarget> targets)
(experimental) What targets to load balance to.
|
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
CfnLoadBalancer.AccessLoggingPolicyProperty accessLoggingPolicy,
Boolean crossZone,
HealthCheck healthCheck,
Boolean internetFacing,
List<? extends LoadBalancerListener> listeners,
SubnetSelection subnetSelection,
List<? extends ILoadBalancerTarget> targets)
Constructor that initializes the object based on literal property values passed by the
LoadBalancerProps.Builder. |
Copyright © 2021. All rights reserved.