Uses of Interface
software.amazon.awscdk.services.ecs.patterns.ApplicationLoadBalancedServiceBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationLoadBalancedServiceBaseProps in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeInterfaceDescriptioninterface
The properties for the ApplicationLoadBalancedEc2Service service.interface
The properties for the ApplicationLoadBalancedFargateService service.Modifier and TypeClassDescriptionstatic final class
An implementation forApplicationLoadBalancedEc2ServiceProps
static final class
An implementation forApplicationLoadBalancedFargateServiceProps
static final class
An implementation forApplicationLoadBalancedServiceBaseProps
Modifier and TypeMethodDescriptionApplicationLoadBalancedServiceBaseProps.Builder.build()
Builds the configured instance.ModifierConstructorDescriptionprotected
ApplicationLoadBalancedServiceBase
(software.constructs.Construct scope, String id, ApplicationLoadBalancedServiceBaseProps props) Constructs a new instance of the ApplicationLoadBalancedServiceBase class.