Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.ILoadBalancerV2
Package
Description
CloudFront Origins for the CDK CloudFront Library
Amazon Elastic Load Balancing V2 Construct Library
Route53 Alias Record Targets for the CDK Route53 Library
Amazon ECS Service Discovery Construct Library
-
Uses of ILoadBalancerV2 in software.amazon.awscdk.services.cloudfront.origins
Modifier and TypeMethodDescriptionstatic LoadBalancerV2Origin.Builder
LoadBalancerV2Origin.Builder.create
(ILoadBalancerV2 loadBalancer) ModifierConstructorDescriptionLoadBalancerV2Origin
(ILoadBalancerV2 loadBalancer) LoadBalancerV2Origin
(ILoadBalancerV2 loadBalancer, LoadBalancerV2OriginProps props) -
Uses of ILoadBalancerV2 in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeInterfaceDescriptioninterface
An application load balancer.static interface
Internal default implementation forIApplicationLoadBalancer
.static interface
Internal default implementation forILoadBalancerV2
.interface
A network load balancer.static interface
Internal default implementation forINetworkLoadBalancer
.Modifier and TypeClassDescriptionclass
Define an Application Load Balancer.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 new network load balancer. -
Uses of ILoadBalancerV2 in software.amazon.awscdk.services.route53.targets
-
Uses of ILoadBalancerV2 in software.amazon.awscdk.services.servicediscovery
Modifier and TypeMethodDescriptionService.registerLoadBalancer
(String id, ILoadBalancerV2 loadBalancer) Registers an ELB as a new instance with unique name instanceId in this service.Service.registerLoadBalancer
(String id, ILoadBalancerV2 loadBalancer, Map<String, String> customAttributes) Registers an ELB as a new instance with unique name instanceId in this service.