desiredCount property

int? desiredCount
final

The desired number of instantiations of the task definition to keep running on the service. This value is specified when the service is created with CreateService, and it can be modified with UpdateService.

Implementation

final int? desiredCount;