A list of Capacity Provider strategies used to place a service.
Whether to enable the deployment circuit breaker.
The name of the cluster that hosts the service.
The command that is passed to the container.
Optional name for the container added.
QueueProcessingEc2Service.Builder.cpu(Number cpu)
The number of cpu units used by the task.
QueueProcessingEc2Service.Builder.create(software.constructs.Construct scope,
String id)
Specifies which deployment controller to use for the service.
Specifies whether to enable Amazon ECS managed tags for the tasks within the service.
Flag to indicate whether to enable logging.
The environment variables to pass to the container.
The name of a family that the task definition is registered to.
Gpu count for container in task definition.
The image used to start a container.
The maximum number of tasks, specified as a percentage of the Amazon ECS service's DesiredCount value, that can run in a service during a deployment.
The maximum number of times that a message can be received by consumers.
Maximum capacity to scale to.
The hard limit (in MiB) of memory to present to the container.
The soft limit (in MiB) of memory to reserve for the container.
The minimum number of tasks, specified as a percentage of the Amazon ECS service's DesiredCount value, that must continue to run and remain healthy during a deployment.
Minimum capacity to scale to.
The placement constraints to use for tasks in the service.
The placement strategies to use for tasks in the service.
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
A queue for which to process items from.
QueueProcessingEc2Service.Builder.retentionPeriod(software.amazon.awscdk.core.Duration retentionPeriod)
The number of seconds that Dead Letter Queue retains a message.
The intervals for scaling based on the SQS queue's ApproximateNumberOfMessagesVisible metric.
The secret to expose to the container as an environment variable.
QueueProcessingEc2Service.Builder.visibilityTimeout(software.amazon.awscdk.core.Duration visibilityTimeout)
Timeout of processing a single message.
QueueProcessingEc2Service.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.