Uses of Interface
software.amazon.awscdk.services.ecs.patterns.QueueProcessingFargateServiceProps
Packages that use QueueProcessingFargateServiceProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of QueueProcessingFargateServiceProps in software.amazon.awscdk.services.ecs.patterns
Classes in software.amazon.awscdk.services.ecs.patterns that implement QueueProcessingFargateServicePropsModifier and TypeClassDescriptionstatic final classAn implementation forQueueProcessingFargateServicePropsMethods in software.amazon.awscdk.services.ecs.patterns that return QueueProcessingFargateServicePropsModifier and TypeMethodDescriptionQueueProcessingFargateServiceProps.Builder.build()Builds the configured instance.Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type QueueProcessingFargateServicePropsModifierConstructorDescriptionQueueProcessingFargateService(software.constructs.Construct scope, String id, QueueProcessingFargateServiceProps props) Constructs a new instance of the QueueProcessingFargateService class.