Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerProps
Packages that use CfnListenerProps
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListenerProps in software.amazon.awscdk.services.elasticloadbalancingv2
Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement CfnListenerPropsMethods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnListenerPropsModifier and TypeMethodDescriptionCfnListenerProps.Builder.build()
Builds the configured instance.Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type CfnListenerPropsModifierConstructorDescriptionCfnListener
(Construct scope, String id, CfnListenerProps props) Create a newAWS::ElasticLoadBalancingV2::Listener
.