Uses of Interface
software.amazon.awscdk.services.ecs.patterns.NetworkLoadBalancedServiceBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of NetworkLoadBalancedServiceBaseProps in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeInterfaceDescriptioninterface
The properties for the NetworkLoadBalancedEc2Service service.interface
The properties for the NetworkLoadBalancedFargateService service.Modifier and TypeClassDescriptionstatic final class
An implementation forNetworkLoadBalancedEc2ServiceProps
static final class
An implementation forNetworkLoadBalancedFargateServiceProps
static final class
An implementation forNetworkLoadBalancedServiceBaseProps
Modifier and TypeMethodDescriptionNetworkLoadBalancedServiceBaseProps.Builder.build()
Builds the configured instance.ModifierConstructorDescriptionprotected
NetworkLoadBalancedServiceBase
(software.constructs.Construct scope, String id, NetworkLoadBalancedServiceBaseProps props) Constructs a new instance of the NetworkLoadBalancedServiceBase class.