memoryReservation property

int? memoryReservation
final

The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition. You must also specify a container name.

Implementation

final int? memoryReservation;