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
Subinterfaces of ILoadBalancerRef in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptioninterfaceAn application load balancer.static interfaceInternal default implementation forIApplicationLoadBalancer.interfaceIndicates that this resource can be referenced as an Application LoadBalancer.static interfaceInternal default implementation forIApplicationLoadBalancerRef.interfacestatic interfaceInternal default implementation forILoadBalancerV2.interfaceA network load balancer.static interfaceInternal default implementation forINetworkLoadBalancer.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement ILoadBalancerRefModifier and TypeClassDescriptionclassDefine an Application Load Balancer.classSpecifies an Application Load Balancer, a Network Load Balancer, or a Gateway Load Balancer.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a new network 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()