Uses of Interface
software.amazon.awscdk.services.ecs.patterns.ApplicationMultipleTargetGroupsServiceBaseProps
Packages that use ApplicationMultipleTargetGroupsServiceBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationMultipleTargetGroupsServiceBaseProps in software.amazon.awscdk.services.ecs.patterns
Subinterfaces of ApplicationMultipleTargetGroupsServiceBaseProps in software.amazon.awscdk.services.ecs.patternsModifier and TypeInterfaceDescriptioninterface
The properties for the ApplicationMultipleTargetGroupsEc2Service service.interface
The properties for the ApplicationMultipleTargetGroupsFargateService service.Classes in software.amazon.awscdk.services.ecs.patterns that implement ApplicationMultipleTargetGroupsServiceBasePropsModifier and TypeClassDescriptionstatic final class
An implementation forApplicationMultipleTargetGroupsEc2ServiceProps
static final class
An implementation forApplicationMultipleTargetGroupsFargateServiceProps
static final class
An implementation forApplicationMultipleTargetGroupsServiceBaseProps
Methods in software.amazon.awscdk.services.ecs.patterns that return ApplicationMultipleTargetGroupsServiceBasePropsModifier and TypeMethodDescriptionApplicationMultipleTargetGroupsServiceBaseProps.Builder.build()
Builds the configured instance.Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ApplicationMultipleTargetGroupsServiceBasePropsModifierConstructorDescriptionprotected
ApplicationMultipleTargetGroupsServiceBase
(software.constructs.Construct scope, String id, ApplicationMultipleTargetGroupsServiceBaseProps props) Constructs a new instance of the ApplicationMultipleTargetGroupsServiceBase class.