Uses of Interface
software.amazon.awscdk.services.ecs.patterns.QueueProcessingServiceBaseProps
Packages that use QueueProcessingServiceBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of QueueProcessingServiceBaseProps in software.amazon.awscdk.services.ecs.patterns
Subinterfaces of QueueProcessingServiceBaseProps in software.amazon.awscdk.services.ecs.patternsModifier and TypeInterfaceDescriptioninterfaceThe properties for the QueueProcessingEc2Service service.interfaceThe properties for the QueueProcessingFargateService service.Classes in software.amazon.awscdk.services.ecs.patterns that implement QueueProcessingServiceBasePropsModifier and TypeClassDescriptionstatic final classAn implementation forQueueProcessingEc2ServicePropsstatic final classAn implementation forQueueProcessingFargateServicePropsstatic final classAn implementation forQueueProcessingServiceBasePropsMethods in software.amazon.awscdk.services.ecs.patterns that return QueueProcessingServiceBasePropsModifier and TypeMethodDescriptionQueueProcessingServiceBaseProps.Builder.build()Builds the configured instance.Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type QueueProcessingServiceBasePropsModifierConstructorDescriptionprotectedQueueProcessingServiceBase(software.constructs.Construct scope, String id, QueueProcessingServiceBaseProps props) Constructs a new instance of the QueueProcessingServiceBase class.