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 TypeInterfaceDescriptioninterfaceThe properties for the ApplicationMultipleTargetGroupsEc2Service service.interfaceThe properties for the ApplicationMultipleTargetGroupsFargateService service.Classes in software.amazon.awscdk.services.ecs.patterns that implement ApplicationMultipleTargetGroupsServiceBasePropsModifier and TypeClassDescriptionstatic final classAn implementation forApplicationMultipleTargetGroupsEc2ServicePropsstatic final classAn implementation forApplicationMultipleTargetGroupsFargateServicePropsstatic final classAn implementation forApplicationMultipleTargetGroupsServiceBasePropsMethods 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 ApplicationMultipleTargetGroupsServiceBasePropsModifierConstructorDescriptionprotectedApplicationMultipleTargetGroupsServiceBase(software.constructs.Construct scope, String id, ApplicationMultipleTargetGroupsServiceBaseProps props) Constructs a new instance of the ApplicationMultipleTargetGroupsServiceBase class.