Uses of Interface
software.amazon.awscdk.services.elasticloadbalancing.CfnLoadBalancerProps
Packages that use CfnLoadBalancerProps
Package
Description
Amazon Elastic Load Balancing Construct Library
-
Uses of CfnLoadBalancerProps in software.amazon.awscdk.services.elasticloadbalancing
Classes in software.amazon.awscdk.services.elasticloadbalancing that implement CfnLoadBalancerPropsMethods in software.amazon.awscdk.services.elasticloadbalancing that return CfnLoadBalancerPropsModifier and TypeMethodDescriptionCfnLoadBalancerProps.Builder.build()
Builds the configured instance.Constructors in software.amazon.awscdk.services.elasticloadbalancing with parameters of type CfnLoadBalancerPropsModifierConstructorDescriptionCfnLoadBalancer
(Construct scope, String id, CfnLoadBalancerProps props) Create a newAWS::ElasticLoadBalancing::LoadBalancer
.