Uses of Interface
software.amazon.awscdk.services.ecs.patterns.NetworkMultipleTargetGroupsServiceBaseProps
Packages that use NetworkMultipleTargetGroupsServiceBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of NetworkMultipleTargetGroupsServiceBaseProps in software.amazon.awscdk.services.ecs.patterns
Subinterfaces of NetworkMultipleTargetGroupsServiceBaseProps in software.amazon.awscdk.services.ecs.patternsModifier and TypeInterfaceDescriptioninterfaceThe properties for the NetworkMultipleTargetGroupsEc2Service service.interfaceThe properties for the NetworkMultipleTargetGroupsFargateService service.Classes in software.amazon.awscdk.services.ecs.patterns that implement NetworkMultipleTargetGroupsServiceBasePropsModifier and TypeClassDescriptionstatic final classAn implementation forNetworkMultipleTargetGroupsEc2ServicePropsstatic final classAn implementation forNetworkMultipleTargetGroupsFargateServicePropsstatic final classAn implementation forNetworkMultipleTargetGroupsServiceBasePropsMethods in software.amazon.awscdk.services.ecs.patterns that return NetworkMultipleTargetGroupsServiceBasePropsModifier and TypeMethodDescriptionNetworkMultipleTargetGroupsServiceBaseProps.Builder.build()Builds the configured instance.Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type NetworkMultipleTargetGroupsServiceBasePropsModifierConstructorDescriptionprotectedNetworkMultipleTargetGroupsServiceBase(software.constructs.Construct scope, String id, NetworkMultipleTargetGroupsServiceBaseProps props) Constructs a new instance of the NetworkMultipleTargetGroupsServiceBase class.