Uses of Interface
software.amazon.awscdk.services.ecs.patterns.QueueProcessingServiceBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of QueueProcessingServiceBaseProps in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeInterfaceDescriptioninterface
The properties for the QueueProcessingEc2Service service.interface
The properties for the QueueProcessingFargateService service.Modifier and TypeClassDescriptionstatic final class
An implementation forQueueProcessingEc2ServiceProps
static final class
An implementation forQueueProcessingFargateServiceProps
static final class
An implementation forQueueProcessingServiceBaseProps
Modifier and TypeMethodDescriptionQueueProcessingServiceBaseProps.Builder.build()
Builds the configured instance.ModifierConstructorDescriptionprotected
QueueProcessingServiceBase
(software.constructs.Construct scope, String id, QueueProcessingServiceBaseProps props) Constructs a new instance of the QueueProcessingServiceBase class.