Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.ILoadBalancerV2
Packages that use 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
Methods in software.amazon.awscdk.services.cloudfront.origins with parameters of type ILoadBalancerV2Modifier and TypeMethodDescriptionstatic LoadBalancerV2Origin.Builder
LoadBalancerV2Origin.Builder.create
(ILoadBalancerV2 loadBalancer) Constructors in software.amazon.awscdk.services.cloudfront.origins with parameters of type ILoadBalancerV2ModifierConstructorDescriptionLoadBalancerV2Origin
(ILoadBalancerV2 loadBalancer) LoadBalancerV2Origin
(ILoadBalancerV2 loadBalancer, LoadBalancerV2OriginProps props) -
Uses of ILoadBalancerV2 in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of ILoadBalancerV2 in software.amazon.awscdk.services.elasticloadbalancingv2Modifier 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
.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement ILoadBalancerV2Modifier 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
Constructors in software.amazon.awscdk.services.route53.targets with parameters of type ILoadBalancerV2ModifierConstructorDescriptionLoadBalancerTarget
(ILoadBalancerV2 loadBalancer) LoadBalancerTarget
(ILoadBalancerV2 loadBalancer, IAliasRecordTargetProps props) -
Uses of ILoadBalancerV2 in software.amazon.awscdk.services.servicediscovery
Methods in software.amazon.awscdk.services.servicediscovery with parameters of type ILoadBalancerV2Modifier 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.