Uses of Interface
software.amazon.awscdk.interfaces.elasticloadbalancingv2.ILoadBalancerRef
Packages that use ILoadBalancerRef
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
AWS::WAFv2 Construct Library
-
Uses of ILoadBalancerRef in software.amazon.awscdk.interfaces.elasticloadbalancingv2
Subinterfaces of ILoadBalancerRef in software.amazon.awscdk.interfaces.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILoadBalancerRef.Classes in software.amazon.awscdk.interfaces.elasticloadbalancingv2 that implement ILoadBalancerRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ILoadBalancerRef in software.amazon.awscdk.services.elasticloadbalancingv2
Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement ILoadBalancerRefModifier and TypeClassDescriptionclassSpecifies an Application Load Balancer, a Network Load Balancer, or a Gateway Load Balancer.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ILoadBalancerRefModifier and TypeMethodDescriptionstatic StringCfnLoadBalancer.arnForLoadBalancer(ILoadBalancerRef resource) CfnListener.Builder.loadBalancerArn(ILoadBalancerRef loadBalancerArn) The Amazon Resource Name (ARN) of the load balancer.CfnListenerProps.Builder.loadBalancerArn(ILoadBalancerRef loadBalancerArn) Sets the value ofCfnListenerProps.getLoadBalancerArn() -
Uses of ILoadBalancerRef in software.amazon.awscdk.services.wafv2
Methods in software.amazon.awscdk.services.wafv2 with parameters of type ILoadBalancerRefModifier and TypeMethodDescriptionCfnWebACLAssociation.Builder.resourceArn(ILoadBalancerRef resourceArn) The Amazon Resource Name (ARN) of the resource to associate with the web ACL.CfnWebACLAssociationProps.Builder.resourceArn(ILoadBalancerRef resourceArn) Sets the value ofCfnWebACLAssociationProps.getResourceArn()