Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ecs-patterns/lib/base/queue-processin…
Browse files Browse the repository at this point in the history
…g-service-base.ts

Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
badmintoncryer and lpizzinidev committed Dec 11, 2023
1 parent 66a45d2 commit 91b3ee9
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ export interface QueueProcessingServiceBaseProps {
/**
* The image used to start a container.
*
* For QueueProcessingFargateService:
* Either 'image' or 'taskDefinition' must be specified, but not both.
* For `QueueProcessingFargateService`, either `image` or `taskDefinition` must be specified, but not both.
* For QueueProcessingEc2Service, `image` is required.
*
* For QueueProcessingEc2Service:
* 'image' is required and must be specified.
*
* @default - none
* @default - the image of the task definition is used for Fargate, required otherwise
*/
readonly image?: ContainerImage;

Expand Down

0 comments on commit 91b3ee9

Please sign in to comment.