Uses of Interface
software.amazon.awscdk.services.ecs.patterns.NetworkLoadBalancedEc2ServiceProps
Packages that use NetworkLoadBalancedEc2ServiceProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of NetworkLoadBalancedEc2ServiceProps in software.amazon.awscdk.services.ecs.patterns
Classes in software.amazon.awscdk.services.ecs.patterns that implement NetworkLoadBalancedEc2ServicePropsModifier and TypeClassDescriptionstatic final classAn implementation forNetworkLoadBalancedEc2ServicePropsMethods in software.amazon.awscdk.services.ecs.patterns that return NetworkLoadBalancedEc2ServicePropsModifier and TypeMethodDescriptionNetworkLoadBalancedEc2ServiceProps.Builder.build()Builds the configured instance.Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type NetworkLoadBalancedEc2ServicePropsModifierConstructorDescriptionNetworkLoadBalancedEc2Service(software.constructs.Construct scope, String id, NetworkLoadBalancedEc2ServiceProps props) Constructs a new instance of the NetworkLoadBalancedEc2Service class.