Pipe Ecs Container Override Args
constructor(command: Output<List<String>>? = null, cpu: Output<Int>? = null, environment: Output<List<PipeEcsEnvironmentVariableArgs>>? = null, environmentFiles: Output<List<PipeEcsEnvironmentFileArgs>>? = null, memory: Output<Int>? = null, memoryReservation: Output<Int>? = null, name: Output<String>? = null, resourceRequirements: Output<List<PipeEcsResourceRequirementArgs>>? = null)