Uses of Interface
software.amazon.awscdk.services.ecs.patterns.ApplicationLoadBalancedServiceBaseProps
Packages that use ApplicationLoadBalancedServiceBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationLoadBalancedServiceBaseProps in software.amazon.awscdk.services.ecs.patterns
Subinterfaces of ApplicationLoadBalancedServiceBaseProps in software.amazon.awscdk.services.ecs.patternsModifier and TypeInterfaceDescriptioninterfaceThe properties for the ApplicationLoadBalancedEc2Service service.interfaceThe properties for the ApplicationLoadBalancedFargateService service.Classes in software.amazon.awscdk.services.ecs.patterns that implement ApplicationLoadBalancedServiceBasePropsModifier and TypeClassDescriptionstatic final classAn implementation forApplicationLoadBalancedEc2ServicePropsstatic final classAn implementation forApplicationLoadBalancedFargateServicePropsstatic final classAn implementation forApplicationLoadBalancedServiceBasePropsMethods in software.amazon.awscdk.services.ecs.patterns that return ApplicationLoadBalancedServiceBasePropsModifier and TypeMethodDescriptionApplicationLoadBalancedServiceBaseProps.Builder.build()Builds the configured instance.Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ApplicationLoadBalancedServiceBasePropsModifierConstructorDescriptionprotectedApplicationLoadBalancedServiceBase(software.constructs.Construct scope, String id, ApplicationLoadBalancedServiceBaseProps props) Constructs a new instance of the ApplicationLoadBalancedServiceBase class.